tmt
tmt copied to clipboard
Test Management Tool
Pull Request Checklist * [x] implement the feature
One testcase can report multiple failures by {tmt,rstraint,rhts}-reprot-result helper. Now the junit reporter only reports one failure message for a failed testcase, no matter how many sub failures reported. By...
As suggested by current Beaker users, they'd like `bkr job-submit --job-owner=foo ...` to be supported.
As proposed on today's workshop.
The current assumption is the index matters: ```yaml disk: - size: "> 20 GB" ``` The first disk shall have this size. But what if it's "any disk", "all disks"...
When called for the first time, `rstrnt-sync-set` spawns a background process that listens on TCP & Unix sockets for incoming sync changes. However, when a test finishes, tmt & SSH...
rpminspect fails on current rawhide: https://artifacts.dev.testing-farm.io/e3a16e91-a0d0-4a66-b873-9cc5ecbf7285/ Here is a list issues from rpmlint and rpminspect #### rpminspect w/ `--release=fc41`: `/var/tmp/tmt (inode/directory) is world-writable on noarch` #### rpmlint errors tmt.noarch: E:...
As a tester, I may need to modify some libraries that the test uses. Those instrumentations can significantly change the test duration and I need to be able to run...
It seems that `tmt-abort` sometimes does not work as expected when used with the `virtual` provision plugin and reports the abort test with a `pass`. Here's a simple config: ```yaml...
See this report: https://issues.redhat.com/browse/TFT-2471 After SIGTERM tmt finished with `0`, seems some signal handling issues maybe (destroy did not run). ``` [08:02:54] [W] [worker_0] [stderr] [RHEL-9.4.0-Nightly:x86_64:/plans/nay] [server-1] guest: has been...