summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPetr Machata <petrm@mellanox.com>2018-05-31 19:52:26 +0200
committerDavid S. Miller <davem@davemloft.net>2018-06-01 14:11:02 -0400
commitb996078ea969dcd4fe6d04dc0b338319fd593460 (patch)
tree6242d37764af9cf2d8ddf6346c768c0de9ab53db /tools
parentf52f460ca9714c1aed3a4ec73b4dbd502bfba10c (diff)
downloadlinux-0-day-b996078ea969dcd4fe6d04dc0b338319fd593460.tar.gz
linux-0-day-b996078ea969dcd4fe6d04dc0b338319fd593460.tar.xz
selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix tunnel name
The "ip6gretap" in the test name refers to the tunnel device type that the test is supposed to be testing. However test_ip6gretap_forbidden() tests, due to a typo, a gretap tunnel. Fix the typo. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh b/tools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh
index 01ec28ac2e4a7..29fde7332c887 100755
--- a/tools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh
+++ b/tools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh
@@ -108,7 +108,7 @@ test_gretap_forbidden()
test_ip6gretap_forbidden()
{
- test_span_gre_forbidden gt4 "mirror to ip6gretap"
+ test_span_gre_forbidden gt6 "mirror to ip6gretap"
}
test_all()