Skip to content
Snippets Groups Projects
Commit 0c62f8a8 authored by Vlad Buslov's avatar Vlad Buslov Committed by David S. Miller
Browse files

tc-testing: flush gact actions on test teardown


Test 6fb4 creates one mirred and one pipe action, but only flushes mirred
on teardown. Leaking pipe action causes failures in other tests.

Add additional teardown command to also flush gact actions.

Signed-off-by: default avatarVlad Buslov <vladbu@mellanox.com>
Acked-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64f61cdd
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@
"matchPattern": "action order [0-9]*: mirred \\(Egress Redirect to device lo\\).*index 2 ref",
"matchCount": "1",
"teardown": [
"$TC actions flush action mirred"
"$TC actions flush action mirred",
"$TC actions flush action gact"
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment