Lukáš Zachar

Results 43 issues of Lukáš Zachar

Use case 1: Plan contain mutually exclusive tests, tmt should run distinct sets of tests separately Use case 2: Each plan should be run multiple times with slightly modified environment...

command | run
command | plans

To make it easier for adjust the multiplication happens last: No need to pay attention how adjust creates the value. Only late I realized the input value for multiplication should...

utils
specification

New option for discover -h fmf to adjust discovered tests I went with 'adjust-tests' keyword proposed in https://github.com/teemtee/tmt/discussions/2430#discussioncomment-7870532 Pull Request Checklist * [x] implement the feature * [x] write the...

step | discover
priority | must
ci | full test

For simple on/off of the config based on the context it will be much more readable than using 'adjust' and having to think about the final ordering of the configs....

specification
area | context

Currently we have few options and some auto detection. Would be good to have it under same name and documented behavior to limit surprises. Motivation to remove this directory is...

specification
command | run

As a root create two users and execute tmt run for each of them in sequence: ``` # useradd A # su -l A $ tmt init -t mini $...

good first issue
step | provision

While tmt supports ansible and shell as prepare plugins there are a lot of "tests" written in beakerlib which are setup/preparation steps in reality. If tmt could execute tmt tests...

step | prepare
step | finish

Run plan with 'beaker' provision but cancel (ctrl+c) it while the machine is in 'waiting' state. The 'tmt run' is finished however Beaker job is not cancelled. Does not block...

provision
must
mrack

Use case for 'prepare' is to be able to run 'autotools' with patches sources (eg. when it creates helper test executables) and leave 'discover' to just specify the tests. Current...

enhancement
prepare
discover
finish