Skip to content

Commit 31962c8

Browse files
dcarattidavem330
authored andcommitted
tc-testing: ife: fix wrong teardown command in test b7b8
fix failures in the 'teardown' stage of test b7b8, probably a leftover of commit 7c5995b ("tc-testing: fixed copy-pasting error in ife tests") Fixes: a56e6bc ("tc-testing: updated ife test cases") Signed-off-by: Davide Caratti <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 469998c commit 31962c8

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/tc-testing/tc-tests/actions

1 file changed

+1
-1
lines changed

tools/testing/selftests/tc-testing/tc-tests/actions/ife.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*use tcindex 65535.*index 1",
569569
"matchCount": "1",
570570
"teardown": [
571-
"$TC actions flush action skbedit"
571+
"$TC actions flush action ife"
572572
]
573573
},
574574
{

0 commit comments

Comments
 (0)