tmt
tmt copied to clipboard
Test Management Tool
To match the default key name of artemis server Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage...
``` (dev) lnie@fedora:~/tmt$ tmt run plans --name plans/artemis$ /var/tmp/tmt/run-001 xxxxxx Connection: close content-length: '37' message: No such SSH key exists finish warn: Nothing to finish, no guests provisioned. ```
Move the `Run` section from examples to the guide. Also move the misplaced `Rerunning failed tests` section here. Pull Request Checklist * [ ] implement the feature * [ ]...
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...
I am mostly considering the comment ```python # TODO: repeat type annotation from `Common` - IIUIC, `cls` should be # the class being created, in our case that would be...
Instead of generating the ID on its own, we have library in tmt.identifier.
It would be helpful to have a single test results file with related test run information. QE could use this results file further in the automated pipeline to analyze results,...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [x] extend the test coverage * [ ] update the specification * [ ] adjust...
Particularly on [the page](https://tmt.readthedocs.io/en/stable/code/classes.html#class-overview), `Phases` and `Steps` parts should be made more visible so that users can more easily know: - The steps order - Which steps are guestless/guestful I...