tmt
tmt copied to clipboard
RFE: allow test dependency packages to be installed on test phase and not on plan preparation
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.