tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Test Management Tool

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

I need to run a plan and provide environmental variables to the plan. `tmt` CLI allows setting `-c` or `--context`, but doesn't allow for `-e` or `--environment`. I would like...

command | try

Environment variables visible to test - but not just tests, `prepare` scripts or Ansible playbooks must be considered too! - are composed from various sources: ### External sources * run:...

documentation
status | discuss
area | environment
status | blocking other work

As noted by @LecrisUT during review https://github.com/teemtee/tmt/pull/4299#discussion_r2509880402, we may want to support fractional values for Size hardware requirements(memory,disk.size), or find the reason why we don't want to support them.

area | hardware

Mrack mrs [1](https://github.com/neoave/mrack/pull/305) [2](https://github.com/neoave/mrack/pull/301) to fix the issues have been merged and landed long time ago, it's time for us to remove the tmt side walkarounds. https://github.com/neoave/mrack/pull/305 Pull Request Checklist...

plugin | mrack
review | trivial

so the user can easily integrate their project into GitHub Pipelines by GitHub Actions. The reference to Testing Farm as GitHub Action is here: https://github.com/sclorg/testing-farm-as-github-action Pull Request Checklist * [x]...

documentation

Related to #825

status | need prioritize

Make parent-children typing relation stricter. Fixes: #1372 This will complement itself with #1412 since type of `parent` is the same as of `step` for children of `Phase`, however that PR...

code | type annotations
code | style

If option `--test` (`-t`) is specified, we should skip to log into the guest in finish phase as it has been done already. Fix: #1918

command | login

Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [ ]...

Fixes #3315 * [x] implement the feature * [x] extend the test coverage * [ ] mention the version