projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9baeb5e
)
tools: tc-testing: Fix indentation
author
Brenda J. Butler
<bjb@mojatatu.com>
Fri, 23 Feb 2018 17:16:37 +0000
(12:16 -0500)
committer
David S. Miller
<davem@davemloft.net>
Mon, 26 Feb 2018 16:36:10 +0000
(11:36 -0500)
Signed-off-by: Brenda J. Butler <bjb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tdc.py
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/tc-testing/tdc.py
b/tools/testing/selftests/tc-testing/tdc.py
index b3754b9aa302340d022c0e103c8321c53790c19f..ab28373dccd7d8ba22ee2c07da6e647816348b65 100755
(executable)
--- a/
tools/testing/selftests/tc-testing/tdc.py
+++ b/
tools/testing/selftests/tc-testing/tdc.py
@@
-347,9
+347,9
@@
def check_default_settings(args, remaining, pm):
global NAMES
if args.path != None:
-
NAMES['TC'] = args.path
+ NAMES['TC'] = args.path
if args.device != None:
-
NAMES['DEV2'] = args.device
+ NAMES['DEV2'] = args.device
if not os.path.isfile(NAMES['TC']):
print("The specified tc path " + NAMES['TC'] + " does not exist.")
exit(1)