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

It needs to be relative to step workdir, and it belongs to the directory dedicated to check logs. Pull Request Checklist * [x] implement the feature

bug
check

Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] mention the version * [ ] include a release note ### rpm...

packaging

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

try

To make it easier for adjust the multiplication happens last: No need to pay attention how adjust creates the value. Only late I realized the input value for multiplication should...

utils
specification

New option for discover -h fmf to adjust discovered tests I went with 'adjust-tests' keyword proposed in https://github.com/teemtee/tmt/discussions/2430#discussioncomment-7870532 Pull Request Checklist * [x] implement the feature * [x] write the...

step | discover
priority | must
ci | full test

As discussed on the stakeholder meeting, there are use cases related to tracking individual results of test "phases". These can be created using one of the following ways: * defining...

specification
status | discuss

Adds a new key, `block-device`, that guest topology may use to inform tests about which disk matches requested by HW requirements. Related to https://github.com/teemtee/tmt/issues/2402 Pull Request Checklist * [x] implement...

specification
hardware

``` TMT_SHOW_TRACEBACK=1 tmt -vv run plans --default \ provision --how virtual --image fedora-39 \ --hardware 'disk[1].size=20GB' \ --hardware 'disk[0].size=15GB' \ login -s provision \ finish ``` Fixes https://github.com/teemtee/tmt/issues/2765 Pull Request...

provision
testcloud
hardware
full test

Related to https://github.com/teemtee/tmt/issues/2402. The patch bootstraps `hardware` field in the guest topology content, and populates it it very basic content. Extending it with more info, e.g. `disk` or `system`, will...

step | provision
area | hardware

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

discuss