Lukáš Zachar
Lukáš Zachar
Use case: Explicit set of the rules to be applied, regardless what is in the Tree. Could be simplified if/once #229 is merged.
Add two operators: `~` for match `!~` for not match Note we have `~=` and similar for "major version" comparison. However since `~` is used in tmt hardware it make...
If one has following structure producing `/foo` object ``` $ tree . └── foo └── main.fmf ``` adding another fmf file makes the original node stop being leaf and thus...
As a User I want to be able to filter name by using fmf.filter so I have consistency with filter by attributes. `fmf ls --filter tier:1` but `fmf ls --name...
Similar to #197 but for other fmf features as inheritance and merging. Goal is to make caller aware of such changes and let it report the the user to find...
HI, I can imagine, also some command line option what will do some tweaking of some default values. I can imagine, some fallback syntax, eg. when you will have e.g....
Expected usage: Integration testing via TF -https://redhat-appstudio.github.io/docs.appstudio.io/Documentation/main/how-to-guides/testing_applications/proc_adding_an_integration_test/ Pull Request Checklist * [x] write the documentation * [x] update the specification
Currently done in 'quick & dirty' way, needs refactoring: - more specific types to get better mypy/pyright coverage - insertion into queue (and queue invalidation) to have avoid running prepare...
Use cases: - Run user provided script on guest when test fails (other result, always) to gather logs/configuration (e.g. sosreport) necessary to investigate the failure. Output of the script and...
Scenario: fmf data seems correct, changes are pushed, but `tmt plans ls` complains with `No tree node found for XXX reference`. Culprit was in 'fmf' which caches cloned repo but...