tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Test Management Tool

Results 248 tmt issues
Sort by recently updated
recently updated
newest added

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...

step | prepare

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

command | run

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...

step | provision

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...

good first issue
step | discover

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,...

good first issue

@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:...

step | discover

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...

area | context
priority | could

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...

documentation
command | run

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...

command | run
priority | should