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

Trying to get an understanding with @happz on the issues in https://github.com/teemtee/tmt/issues/2922#issuecomment-2376776356 The main issue is that not all IDEs handle the `ModuleType` well, PyCharm for example fails to auto-complete,...

A few reasons for this move: - It would make migrating to `attrs` more easy #2831 - Plugin developers should use the same dataclass type - This would allow some...

Similar to `mypy.ini` or `pyproject.toml`, it would be nice if user could save their lint preferences - enabled/disabled checks if nothing else - in some configuration storage. Per repository would...

command | lint

In case there there is a test with `id` set and this test is for some reason symlinked as other test, tmt lint will report failure. `fail G001 duplicate id...

command | lint

Currently, when tmt execution dies in the middle of the plan execution, the results.yml: * contains only tests which were executed * all other tests (running or skipped) are missing...

area | results

I use plan like https://github.com/lukaszachy/testing-farm-konflux/blob/main/examples/tmt-plan/konflux.fmf and once ti finishes I always have files like `playbook-la0vgbpg.yml` in the directory with the plan (fmf root as well as git root). tmt version:...

bug
plugin | ansible

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

Based on the recent results of the `/plans/provision/virtual/*` plans it seems the race condition is still there. Multihost tests quite frequently fail with: Failed to connect in 300s. @frantisekz, in...

step | provision
plugin | testcloud
priority | should

`tmt run provision -h v -i https://app.vagrantup.com/fedora/boxes/35-cloud-base/versions/35.20211026.0/providers/libvirt.box` doesn't go past the 'booting...' It seems as problem with tmt's cloud-init stuff - `testcloud instance create https://app.vagrantup.com/fedora/boxes/35-cloud-base/versions/35.20211026.0/providers/libvirt.box` does boot (but I cannot...

plugin | testcloud

According to the EPEL 10 status update: "Packagers can resume building for epel10 at their leisure." Let's try it then? https://discussion.fedoraproject.org/t/epel-10-status-update/124549

packaging
status | blocked
ci | full test