diff options
author | Lucas Bates <lucasb@mojatatu.com> | 2019-07-30 01:18:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-01 00:54:34 +0200 |
commit | 0eba31ef5c8913adfd103c45c32d4856f1aa85cc (patch) | |
tree | b5868408d7c5ca5bc87126784c6a4d2c2318a46b /tools/testing/selftests/tc-testing/README | |
parent | Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-0eba31ef5c8913adfd103c45c32d4856f1aa85cc.tar.xz linux-0eba31ef5c8913adfd103c45c32d4856f1aa85cc.zip |
tc-testing: Clarify the use of tdc's -d option
The -d command line argument to tdc requires the name of a physical device
on the system where the tests will be run. If -d has not been used, tdc
will skip tests that require a physical device.
This patch is intended to better document what the -d option does and how
it is used.
Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/README')
-rw-r--r-- | tools/testing/selftests/tc-testing/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/README b/tools/testing/selftests/tc-testing/README index 22e5da9008fd..b0954c873e2f 100644 --- a/tools/testing/selftests/tc-testing/README +++ b/tools/testing/selftests/tc-testing/README @@ -128,7 +128,9 @@ optional arguments: -v, --verbose Show the commands that are being run -N, --notap Suppress tap results for command under test -d DEVICE, --device DEVICE - Execute the test case in flower category + Execute test cases that use a physical device, where + DEVICE is its name. (If not defined, tests that require + a physical device will be skipped) -P, --pause Pause execution just before post-suite stage selection: |