tmt
tmt copied to clipboard
Test Management Tool
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)...
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:...
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...
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...
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...
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...
```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...