tmt
tmt copied to clipboard
Test Management Tool
As discussed today, the `skip` value was never documented in the test `result` key specification and was added by an accident. There seems to be a use case to support...
This better represents its real nature: a collection of various notes, there may be more than one note or topic tmt needed to share with user depending on what happened...
- Adding pip cache for docs test and release actions. pre-commit action has it's own cache and in testing, there was no benefit in adding pip cache at all. -...
Pull Request Checklist * [x] implement the feature
This now matches how other configurable paths are handled, workdir root, pid root. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage
Trying to address https://github.com/teemtee/tmt/issues/3185 Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [x] extend the test coverage * [ ] update the specification...
Pull Request Checklist * [x] implement the feature
There are tests out there that as part of their logic clear the kernel message ring buffer. This could render the dmesg check plugin useless, because it only checks the...
To support Fedora Image mode the following changes were required: * Fix `rsync` installation. The tool is not included in the distribution and the installation method was completely broken, i.e....
This PR adds a `subresults` junit report plugin flavor to show the `tmt.result.SubResult` instances within the `tmt.Result`. It tries to map the `tmt.Result` to `` and `tmt.result.SubResult` to `` respectively....