tmt
tmt copied to clipboard
Test Management Tool
prepare:, how: feature, epel: enabled fails on EL 10. prepare's `feature` does not provide a way to avoid running on a specific platform. Hence, my `prepare` passes on all platforms...
- Upload all test results for a given test case, not just the first one. - Store guest name and role as test case attributes. - Rename `get_rp_api()` to `rp_api_get()`...
Pull Request Checklist * [x] implement the feature * [x] write the documentation * [ ] extend the test coverage * [x] update the specification * [ ] mention the...
Pull Request Checklist * [x] implement the feature * [x] write the documentation * [x] extend the test coverage * [x] update the specification * [x] adjust plugin docstring *...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
While tmt supports ansible and shell as prepare plugins there are a lot of "tests" written in beakerlib which are setup/preparation steps in reality. If tmt could execute tmt tests...
Using separate steps to `provision` and `finish` a plan with guest provisioned using the `beaker` plugin results in a traceback. ``` tmt run provision -h beaker tmt run --last login...
Run plan with 'beaker' provision but cancel (ctrl+c) it while the machine is in 'waiting' state. The 'tmt run' is finished however Beaker job is not cancelled. Does not block...
In our TMT plan, we want to define a Prepare step with specific conditions. It would be helpful if the step can be enabled/disabled by adjusting an environment variable, and...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...