tc-testing: fixed copy-pasting error in police tests
authorRoman Mashak <mrv@mojatatu.com>
Tue, 15 May 2018 14:14:40 +0000 (10:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 17:27:32 +0000 (13:27 -0400)
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tc-tests/actions/police.json

index 38d85a1d7492d7aed5324a13cba14e352911bfa3..f03763d816172e9a825ca896f0f3733e2109d503 100644 (file)
         ],
         "cmdUnderTest": "$TC actions add action police rate 10mbit burst 10k index 4294967295",
         "expExitCode": "0",
-        "verifyCmd": "$TC actions get action mirred index 4294967295",
+        "verifyCmd": "$TC actions get action police index 4294967295",
         "matchPattern": "action order [0-9]*:  police 0xffffffff rate 10Mbit burst 10Kb mtu 2Kb",
         "matchCount": "1",
         "teardown": [
-            "$TC actions flush action mirred"
+            "$TC actions flush action police"
         ]
     },
     {