tmt icon indicating copy to clipboard operation
tmt copied to clipboard

RFE: allow test dependency packages to be installed on test phase and not on plan preparation

Open bgoncalv opened this issue 7 months ago • 8 comments

TMT collects all tests dependencies and tries to install them before running the tests.

This causes problem when a test plans contains a lot of tests and the dependency of a single test fails to be install, no test is executed at all.

It would be nice if we could pass a parameter to tmt to change this behavior and move the test dependency installation to be done on test level.

Ideally, testing-farm allow this parameter to be passed when using the CLI.

bgoncalv avatar Jul 11 '24 12:07 bgoncalv