Miloš Prchlík
Miloš Prchlík
With multiple `discover` phases, each gets its own clone of the `execute` plugin. All copies do have an `exit-first` flag set, but if a test fails in one `discover` phase,...
Instead of generating the ID on its own, we have library in tmt.identifier.
This functionality has been inside `BasePlugin`, and today a bug was reported with its handling of flag-like options. Therefore, this patch: * extracts the code into a standalone function, complementing...
### Description As of now, the following is needed to propagate an optional business unit tag to Testing Farm, to tag provisioning resources for better accounting granularity: ```yaml tf_extra_params: environments:...
`fmf show` is nice for humans, but hard to process by machines. A simple JSON and/or YAML would be very helpful.
Support also mrack pre-1.21.0 which has trouble constructing the proper kickstart blob. Pull Request Checklist * [x] implement the feature
In Beaker jobs, this is possible to request/exclude a specific **Beaker** pool (not to be confused with **Artemis** pools): ``` system-pool: !virtkvm-gating system-pool: virtkvm-gating ``` First, it's a feature sought...
Pull Request Checklist * [x] implement the feature
This better represents its real nature: a collection of various notes, there may be more than one note or topic tmt needed to share with user depending on what happened...
Pull Request Checklist * [x] implement the feature