Hello!

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:
avocado run sleep.py fail.py passtest.py -m basic.yaml

Is there a way to run the same tests without explicit specifying them?
For example: avocado run -m basic.yaml

Sergey

Reply via email to