diff options
author | Davide Caratti <dcaratti@redhat.com> | 2018-06-11 16:02:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-12 15:32:25 -0700 |
commit | 31962c8c78b3cb480e28120a20b45811b76e207d (patch) | |
tree | ac1965fbcd6c84dc2d1ceb208b289ac526509cb1 /tools | |
parent | 469998c861faaa9f228701557fe8454f75a12e5c (diff) | |
download | blackbird-obmc-linux-31962c8c78b3cb480e28120a20b45811b76e207d.tar.gz blackbird-obmc-linux-31962c8c78b3cb480e28120a20b45811b76e207d.zip |
tc-testing: ife: fix wrong teardown command in test b7b8
fix failures in the 'teardown' stage of test b7b8, probably a leftover of
commit 7c5995b33d6e ("tc-testing: fixed copy-pasting error in ife tests")
Fixes: a56e6bcd34b55 ("tc-testing: updated ife test cases")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/tc-testing/tc-tests/actions/ife.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/tc-tests/actions/ife.json b/tools/testing/selftests/tc-testing/tc-tests/actions/ife.json index de97e4ff705c..637ea0219617 100644 --- a/tools/testing/selftests/tc-testing/tc-tests/actions/ife.json +++ b/tools/testing/selftests/tc-testing/tc-tests/actions/ife.json @@ -568,7 +568,7 @@ "matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*use tcindex 65535.*index 1", "matchCount": "1", "teardown": [ - "$TC actions flush action skbedit" + "$TC actions flush action ife" ] }, { |