Skip to content

Commit

Permalink
tc-tests: added path to ip command in tdc
Browse files Browse the repository at this point in the history
This macro $IP will be used in upcoming tc tests, which require
to create interfaces etc.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Roman Mashak authored and David S. Miller committed Jun 16, 2019
1 parent 871e846 commit 92c1a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/testing/selftests/tc-testing/tdc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
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',
Expand Down

0 comments on commit 92c1a19

Please sign in to comment.