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

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

code | schema
area | results
code | trivial
ci | full test

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

breakage
area | results
ci | full test

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

test coverage
code | trivial

Pull Request Checklist * [x] implement the feature

code | style
code | no functional change
ci | full test

This now matches how other configurable paths are handled, workdir root, pid root. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage

code | no functional change
code | trivial
ci | full test

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

area | results

Pull Request Checklist * [x] implement the feature

ci | full test

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

area | check

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

step | execute
priority | must
ci | full test

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

step | report
plugin | junit