<div dir="ltr"><div>Hello!</div><div><br></div><div>I'm trying to find a way to organize my tests for running without specifying all of them in command-line. Imagine we have a set of different tests: sleep.py, passtest.py and fail.py. To run all of them with required parameters (aka variants) we may execute a command:</div><div>avocado run sleep.py fail.py passtest.py -m basic.yaml<br></div><div><br></div><div>Is there a way to run the same tests without explicit specifying them?</div><div>For example: avocado run -m basic.yaml<br></div><div dir="ltr"><br><div>Sergey<br></div></div></div>