Skip to content

Commit 92c1a19

Browse files
Roman Mashakdavem330
authored andcommitted
tc-tests: added path to ip command in tdc
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]>
1 parent 871e846 commit 92c1a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/selftests/tc-testing/tdc_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
NAMES = {
1111
# Substitute your own tc path here
1212
'TC': '/sbin/tc',
13+
# Substitute your own ip path here
14+
'IP': '/sbin/ip',
1315
# Name of veth devices to be created for the namespace
1416
'DEV0': 'v0p0',
1517
'DEV1': 'v0p1',

0 commit comments

Comments
 (0)