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

Pull Request Checklist * [x] implement the feature

documentation
trivial

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.

provision
hardware
artemis
mrack

As proposed on today's workshop.

provision
testcloud
hardware

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

specification
hardware

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

multihost

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

packaging

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

step | execute
step | discover
status | blocked

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

restraint

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