test-runner - vpsAdminOS test suite evaluator
test-runner [global options] command [command options] [arguments...]
test-runner is a command-line tool to evaluate vpsAdminOS test suite, running
selected tests and reporting results.
ls [path-pattern] -l, --label label=value | label!=value
Filter tests by selected label, which is either tested for
equality or inequality.
-t, --tag tag|^tag
Filter tests that have tag set. If the tag begins with ^, then
filter tests that do not have tag set.
test [path-pattern] -l, --label label=value | label!=value
Filter tests by selected label, which is either tested for
equality or inequality.
-t, --tag tag|^tag
Filter tests that have tag set. If the tag begins with ^, then
filter tests that do not have tag set.
-j, --jobs
Number of tests to run in parallel.
-f, --fresh
Recreate disk files for virtual machines if they already exist.
--timeout n
Default timeout for machine commands that wait until execution becomes
possible, or until a command fails or succeeds. This option changes
the default value, which is used when tests do not set the timeout
themselves. In seconds, defaults to 600.
--stop-on-failure
Stop further execution when a test fails.
--destructive
Determines whether machine disk files are kept
--state-dir dir
Set custom path to directory where the test logs and state are stored.
Defaults to $TMPDIR or /tmp.
debug test --state-dir dir
Set custom path to directory where the test logs and state are stored.
Defaults to $TMPDIR or /tmp.
Report bugs to https://github.com/vpsfreecz/vpsadminos/issues.
test-runner is a part of vpsAdminOS.