tmt
tmt copied to clipboard
Test Management Tool
The install prepare phase should support installing modules from a repository generated by ODCS. This would help in reproducing problems with modules users see in CI. The plugin will have...
Use case: As a user I want to send my run directory to another person so they can reproduce it Use case: As a user I want to reproduce same...
make `tmt X` an alias for `tmt run -a provision -h X` for all X in provision methods
Would it make sense to have `resume()` in API, to re-start some instance? For long running VMs / restarts f,e,? IOW opposite of `stop()` method. _Originally posted by @pvalena in...
Currently the `discover` step always creates in the workdir a new copy of the project git repository for each plan. It would make sense to copy the repository only once...
Actually what I expected would be for tmt to know such aliases. Where you recommend `alias reserve=...` to create command `reserve` I'd expect to have `$ tmt reserve` built in,...
@bachradsusi shared an interesting use case: In the selinux tests repository they are using a [shell script](https://src.fedoraproject.org/tests/selinux/blob/master/f/tests-pr.yml) to pick only those tests which have been modified by the pull request:...
https://fmf.readthedocs.io/en/latest/context.html uses `fedora` and `centos` in its examples for relevancy filtering by distribution. I suppose `rhel` is also among the allowed values. This fine-grained filtering is not so useful in...
as https://tmt.readthedocs.io/en/stable/spec/plans.html#environment is possible to add more env variables to test execution and it is on same level as other steps. I know that it is not step, but I...
All `tmt run` data including test cloud images are kept on the disk after run is finished. This can take a lot of space. Ideas (from the workshop) - Remove...