Options (10)
-v, --verbosebooleanRun only the discover step to show what tests would be run
tmt run discover {{[-v|--verbose]}}-a, --allbooleanRun all steps and adjust the provision step options
tmt run {{[-a|--all]}} provision {{[-h|--how]}} {{container}} {{[-i|--image]}} {{fedora:rawhide}}-h, --howbooleanRun all steps and adjust the provision step options
tmt run {{[-a|--all]}} provision {{[-h|--how]}} {{container}} {{[-i|--image]}} {{fedora:rawhide}}-i, --imagebooleanRun all steps and adjust the provision step options
tmt run {{[-a|--all]}} provision {{[-h|--how]}} {{container}} {{[-i|--image]}} {{fedora:rawhide}}-n, --namebooleanRun only selected plans and tests
tmt run plan {{[-n|--name]}} {{/plan/name}} test {{[-n|--name]}} {{/test/name}}-l, --lastbooleanShow results from the last run in a web browser
tmt run {{[-l|--last]}} report {{[-h|--how]}} {{html}} {{[-o|--open]}}-o, --openbooleanShow results from the last run in a web browser
tmt run {{[-l|--last]}} report {{[-h|--how]}} {{html}} {{[-o|--open]}}-c, --contextbooleanRun tests with the provided context
tmt run {{[-c|--context]}} {{key=value}} {{[-c|--context]}} {{distro=fedora}}-n, --drybooleanUse dry mode to see what actions would happen and use the highest verbosity
tmt run {{[-n|--dry]}} {{[-vvv|--verbose --verbose --verbose]}}booleanUse dry mode to see what actions would happen and use the highest verbosity
tmt run {{[-n|--dry]}} {{[-vvv|--verbose --verbose --verbose]}}Examples (8)
Run all test steps for each plan
Run only the discover step to show what tests would be run
tmt run discover [-v|--verbose]Run all steps and adjust the provision step options
tmt run [-a|--all] provision [-h|--how] container [-i|--image] fedora:rawhideShow results from the last run in a web browser
tmt run [-l|--last] report [-h|--how] html [-o|--open]Run tests with the provided context
tmt run [-c|--context] key=value [-c|--context] distro=fedoraRun tests interactively (debug test code in the middle of a test)
Use dry mode to see what actions would happen and use the highest verbosity
tmt run [-n|--dry] [-vvv|--verbose --verbose --verbose]