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]test
[path-pattern] -j
, --jobs
Number of tests to run in parallel.
-t
, --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 900
.
--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.