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

Commit 64f61cdd authored by Vlad Buslov's avatar Vlad Buslov Committed by David S. Miller
Browse files

tc-testing: fix ip address in u32 test



Fix expected ip address to actually match configured ip address.
Fix test to expect single matched filter.

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 b9a7f2ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
        "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 1 u32 match ip src 127.0.0.1/32 flowid 1:1 action ok",
        "expExitCode": "0",
        "verifyCmd": "$TC filter show dev $DEV1 parent ffff:",
        "matchPattern": "match 7f000002/ffffffff at 12",
        "matchCount": "0",
        "matchPattern": "match 7f000001/ffffffff at 12",
        "matchCount": "1",
        "teardown": [
            "$TC qdisc del dev $DEV1 ingress"
        ]