Lukáš Zachar

Results 49 comments of Lukáš Zachar

@psss Hm, shouldn't we have similar section in tmt instead? This feels like 'how to write tests' which makes more sense in tmt part. Either way thank you for the...

Updated the title as we have `/: {inherit: false}` which breaks the whole inheritance from parents.

@psss @jscotka We have implemented `inherit: false` . Should this be dropped?

Hm, while locking version will work for PyPI we can't do that in fedora-rawhide which might get 4.18 at some point.

> I am not sure where `runtest.sh` should be. The doc doesn't mention it. > > 1. Is it one runner for all dirs located in the root? > >...

@psss, @abitrolly What if we linked [tmt tests](https://github.com/teemtee/tmt/tree/main/tests)? For example "/tests/prepare/shell": Top [main.fmf](https://github.com/teemtee/tmt/blob/main/tests/main.fmf) defines common attributes, [prepare](https://github.com/teemtee/tmt/blob/main/tests/prepare/main.fmf) changes them for tests for prepare step and [final test](https://github.com/teemtee/tmt/blob/main/tests/prepare/shell/main.fmf) adds just link...

Another idea - would showing final metadata help more to understand what is happening? E.g. show that without inheritance one would need to spell out whole: ``` /download: description: Check...

So IIUIC we have two RFEs 1. fmf --filter (and ideally tmt --filter) 2. Expressions in Context (adjust: when: expression) And idea is that if the outcome is not defined...

Just an obvious note: By solely using merging in children nodes (everywhere `require+`) you can achieve desired effect right now. However with this new merging prefix one will be unable...