tmt
tmt copied to clipboard
Test Management Tool
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
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] mention the version * [ ] include a release note ### rpm...
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [ ]...
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...
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...
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...
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...
``` 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...
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...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...