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

I made typo in adjust rules, tmt tests lint didn't show any error: (enable vs enabled) Since adjust keys are defined (when, because and every tmt attribute for its object)...

command | lint

Implement an option to specify mupliple sets in the discover to be able to use them differently. ```yaml discover: - how: fmf filter: tag:setup name: setups - how: fmf filter:...

step | discover

At this point I have an incomplete idea of having some kind of _plan templates_. The main point of this would be a possibility to apply the template to an...

command | plans
status | discuss

Usable either with `execute --exit-first` or when running test again and again during test development. With current state one needs to 'cd' into test directory and export all expected environment...

command | login

It would be great if instead of failing, tmt could handle beakerlib libraries from different sources. ## Example: There are openssl libraries (internal) in a repo that I can use...

area | libraries
status | discuss

I had a test `/setup/configure-repo-with-rpms-from-brew' defined in /setup/configure-repo-with-rpms-from-brew/main.fmf`. I am using this test in my tmt plans. Later, I wanted to introduced a parametrized version of this task that would...

It might be useful to have some of the extra information that `tmt run` prints for the provision step dumped in the result `guests.yaml` file located under `//provision/`. For example...

step | provision
area | results

```tmt test create ``` creates a dir in test root directory, regardless of the current working directory - it would be great if the directory was created in the current...

good first issue
command | tests
code | cli