Commit 8fd52b1f authored by Boris Sukholitko's avatar Boris Sukholitko Committed by David S. Miller

net/sched: act_vlan: Test priority 0 modification

Because explicitly being set, the priority 0 should appear
in the output.
Signed-off-by: default avatarBoris Sukholitko <boris.sukholitko@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8323b20f
......@@ -445,6 +445,30 @@
"matchCount": "0",
"teardown": []
},
{
"id": "ba5b",
"name": "Add vlan modify action for protocol 802.1Q setting priority 0",
"category": [
"actions",
"vlan"
],
"setup": [
[
"$TC actions flush action vlan",
0,
1,
255
]
],
"cmdUnderTest": "$TC actions add action vlan modify protocol 802.1Q id 5 priority 0 index 100",
"expExitCode": "0",
"verifyCmd": "$TC actions get action vlan index 100",
"matchPattern": "action order [0-9]+: vlan.*modify id 100 priority 0 protocol 802.1Q pipe.*index 100 ref",
"matchCount": "0",
"teardown": [
"$TC actions flush action vlan"
]
},
{
"id": "6812",
"name": "Add vlan modify action for protocol 802.1Q",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment