]> Git Repo - linux.git/commitdiff
tc-tests: added path to ip command in tdc
authorRoman Mashak <[email protected]>
Sat, 15 Jun 2019 19:41:43 +0000 (15:41 -0400)
committerDavid S. Miller <[email protected]>
Sun, 16 Jun 2019 21:13:31 +0000 (14:13 -0700)
This macro $IP will be used in upcoming tc tests, which require
to create interfaces etc.

Signed-off-by: Roman Mashak <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
tools/testing/selftests/tc-testing/tdc_config.py

index 942c70c041be7c330452ed2e567c54c1fac1281b..b771d4c89621607a2fa444fc99709448aee4c8a5 100644 (file)
@@ -10,6 +10,8 @@ Copyright (C) 2017 Lucas Bates <[email protected]>
 NAMES = {
           # Substitute your own tc path here
           'TC': '/sbin/tc',
+          # Substitute your own ip path here
+          'IP': '/sbin/ip',
           # Name of veth devices to be created for the namespace
           'DEV0': 'v0p0',
           'DEV1': 'v0p1',
This page took 0.056204 seconds and 4 git commands to generate.