From: Roman Mashak Date: Tue, 15 May 2018 14:14:40 +0000 (-0400) Subject: tc-testing: fixed copy-pasting error in police tests X-Git-Tag: v5.15~8692^2~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f42a12832813519974ac814f5308f7a706b7ed0;p=platform%2Fkernel%2Flinux-starfive.git tc-testing: fixed copy-pasting error in police tests Signed-off-by: Roman Mashak Signed-off-by: David S. Miller --- 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 38d85a1..f03763d 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 @@ ], "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" ] }, {