NAME

dsatest - runs tests on DSA targets

SYNOPSIS

dsatest [OPTION]…​

DESCRIPTION

The dsatest(1) command runs tests found by the DSA testing framework on the target described in the provided bench configuration file.

OPTIONS

-h, --help

Show this help message and exit.

-t TEST, --test TEST

Restrict tests to be executed. This option can be cumulated.

-T TEST_DIR, --test-dir TEST_DIR

Test directory, defaults to the tests directory of the dsatest framework.

-l, --list

List tests to be executed. If -t is passed, limit the list to the matching tests.

-f FILE, --file FILE

Bench configuration file, defaults to bench.cfg.

-C CONF_DIR, --conf-dir CONF_DIR

Configuration directory, default to the conf directory of the dsatest framework.

--dry-run

Skip connection to the test bench (no SSH connection is established).

-v, --verbose

Turn the verbose mode on. This option is a cumulative, so passing -vv will increase the log level (up to -vvv).

EXIT STATUS

dsatest(1) returns the number of failed tests. A returned value of 0 means success.

BUGS

Refer to the dsatest issue tracker at https://github.com/netdsa/dsatest/issues.

AUTHORS

dsatest was written by Damien Riegel and other contributors. It was inspired by dsa-tests, written by Andrew Lunn.

RESOURCES

Git source repository on GitHub: https://github.com/netdsa/dsatest

COPYING

Copyright (C) 2017 Savoir-faire Linux Inc. Free use of this software is granted under the terms of the TBD License.