aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Mashak <mrv@mojatatu.com>2018-05-15 10:14:40 -0400
committerDavid S. Miller <davem@davemloft.net>2018-05-16 13:27:32 -0400
commit2f42a12832813519974ac814f5308f7a706b7ed0 (patch)
treebc29c2e7c806b5e4f34d6e17050a76b320777479
parent32f7b44d0f5661044fcfa84e9ad402ed9d759107 (diff)
tc-testing: fixed copy-pasting error in police tests
Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--tools/testing/selftests/tc-testing/tc-tests/actions/police.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/tc-testing/tc-tests/actions/police.json b/tools/testing/selftests/tc-testing/tc-tests/actions/police.json
index 38d85a1d7492..f03763d81617 100644
--- a/tools/testing/selftests/tc-testing/tc-tests/actions/police.json
+++ b/tools/testing/selftests/tc-testing/tc-tests/actions/police.json
@@ -401,11 +401,11 @@
401 ], 401 ],
402 "cmdUnderTest": "$TC actions add action police rate 10mbit burst 10k index 4294967295", 402 "cmdUnderTest": "$TC actions add action police rate 10mbit burst 10k index 4294967295",
403 "expExitCode": "0", 403 "expExitCode": "0",
404 "verifyCmd": "$TC actions get action mirred index 4294967295", 404 "verifyCmd": "$TC actions get action police index 4294967295",
405 "matchPattern": "action order [0-9]*: police 0xffffffff rate 10Mbit burst 10Kb mtu 2Kb", 405 "matchPattern": "action order [0-9]*: police 0xffffffff rate 10Mbit burst 10Kb mtu 2Kb",
406 "matchCount": "1", 406 "matchCount": "1",
407 "teardown": [ 407 "teardown": [
408 "$TC actions flush action mirred" 408 "$TC actions flush action police"
409 ] 409 ]
410 }, 410 },
411 { 411 {