tmt
tmt copied to clipboard
Test Management Tool
I want to run tmt tests on a component python-sphinx-theme-alabaster for c10s branch of the centos stream dist git repository. The tests are stored in another component - python-sphinx. I...
tmt version: 1.35.0 Given a main.fmf: ``` test: TEST_ITEMS=${TMT_TEST_NAME##*/} bash ./runtest.sh tag: foobar /test_keep_iproute_routes: tag+: - customer - unmanaged ``` Running `tmt test ls` got: ``` MergeError: Key 'tag' in...
* `tmt.cli` remains the module with utilities and basic code, * `tmt.cli._root` contains all commands for now, but eventualy it would be just the top-level command, * `tmt status` is...
tmt depends on `pkg_resources` package shipped by `setuptools`, but it seems `setuptools` may be missing in some virtualenvs, not being installed by default. Pull Request Checklist * [ ] implement...
The following warning started to appear in the check results: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Can we do shortening like `--playbook` = `--playbooks`, `--script` = `--scripts` etc. then? _ _ _ _ tmt plan --hel Usage: tmt plan [OPTIONS] COMMAND [ARGS]... Try "tmt plan --help"...
Let's extend the `install` prepare step plugin to support comfortably installing packages from brew and koji. Possible options to be considered: --build 1482415 --build tmt-0.12-1.fc31 --build https://koji.fedoraproject.org/koji/buildinfo?buildID=1482415 Or rather having...
Test case in Nitrate has a 'Reference Link' (in API it is called `extra_link`) property. It would be very handy to have it pointing to webui listing of the directory...
In the original fedora [issue](https://pagure.io/fedora-ci/general/issue/4) it has been proposed to support running tests in `mock` as well. Let's create a new provision plugin for it then! :)
Use case: As a developer/tester I need test results fast Use case: As a user I want to see progress of testing Use case: As a user I want control...