Commit 4a907f65 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller

selftests: net: mscc: ocelot: rename the VLAN modification test to ingress

There will be one more VLAN modification selftest added, this time for
egress. Rename the one that exists right now to be more specific.
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 239f163c
...@@ -247,9 +247,9 @@ test_vlan_push() ...@@ -247,9 +247,9 @@ test_vlan_push()
tcpdump_cleanup tcpdump_cleanup
} }
test_vlan_modify() test_vlan_ingress_modify()
{ {
printf "Testing VLAN modification.. " printf "Testing ingress VLAN modification.. "
ip link set br0 type bridge vlan_filtering 1 ip link set br0 type bridge vlan_filtering 1
bridge vlan add dev $eth0 vid 200 bridge vlan add dev $eth0 vid 200
...@@ -309,7 +309,7 @@ trap cleanup EXIT ...@@ -309,7 +309,7 @@ trap cleanup EXIT
ALL_TESTS=" ALL_TESTS="
test_vlan_pop test_vlan_pop
test_vlan_push test_vlan_push
test_vlan_modify test_vlan_ingress_modify
test_skbedit_priority test_skbedit_priority
" "
......
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