Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31962c8c authored by Davide Caratti's avatar Davide Caratti Committed by David S. Miller
Browse files

tc-testing: ife: fix wrong teardown command in test b7b8



fix failures in the 'teardown' stage of test b7b8, probably a leftover of
commit 7c5995b3 ("tc-testing: fixed copy-pasting error in ife tests")

Fixes: a56e6bcd ("tc-testing: updated ife test cases")
Signed-off-by: default avatarDavide Caratti <dcaratti@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 469998c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
        ]
    },
    {