diff options
author | David S. Miller <davem@davemloft.net> | 2019-08-20 04:19:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-20 04:19:48 +0300 |
commit | 196640a6468f50e8ee3c0ba24db7145c7c1cf690 (patch) | |
tree | b01544f69a5337fe3a9c3c5572822681659dea04 /tools/testing/selftests/tc-testing/tdc_config.py | |
parent | 6636fb310681d716f50c2e4064daf44ff358685e (diff) | |
parent | 14b54ac4fbb92f1a52966cc33477436de0f72965 (diff) | |
download | linux-196640a6468f50e8ee3c0ba24db7145c7c1cf690.tar.xz |
Merge branch 'ns-plugin-fixes'
Vlad Buslov says:
====================
Fix problems with using ns plugin
Recent changes to plugin architecture broke some of the tests when running tdc
without specifying a test group. Fix tests incompatible with ns plugin and
modify tests to not reuse interface name of ns veth interface for dummy
interface.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/tdc_config.py')
-rw-r--r-- | tools/testing/selftests/tc-testing/tdc_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/tdc_config.py b/tools/testing/selftests/tc-testing/tdc_config.py index b771d4c89621..080709cc4297 100644 --- a/tools/testing/selftests/tc-testing/tdc_config.py +++ b/tools/testing/selftests/tc-testing/tdc_config.py @@ -16,6 +16,7 @@ NAMES = { 'DEV0': 'v0p0', 'DEV1': 'v0p1', 'DEV2': '', + 'DUMMY': 'dummy1', 'BATCH_FILE': './batch.txt', 'BATCH_DIR': 'tmp', # Length of time in seconds to wait before terminating a command |