Adrian Tomasov

Results 6 comments of Adrian Tomasov

> While trying to create use case for `login -t --when` I've realized that it behaves a bit surprising. > > Current implementation is that `-t` logs into execute right...

> My testing plan: > > ``` > /p: > execute: > how: tmt > discover: > how: fmf > provision: > how: container > > /t: > /good: >...

Adding several points and proposals from the last discussion. ## All `sync` is an enumerator with these values: - **start** - synchronize at the beginning of the step, the first...

It would be great to gather more advanced user stories or test cases requiring complex synchronization patterns and barriers. @sopos @kkaarreell : Would you please provide your feedback and use-cases?

Generic multi-host test discussion can be found here: https://github.com/teemtee/tmt/discussions/1702

> ur changes to provide nice output, tracking and timeout honoring for both setup/cleanup, test check and the test itself. I have some ideas about using context managers for unified...