system-traffic: Fix IPv6 frag vxlan check.
authorJoe Stringer <joe@ovn.org>
Thu, 21 Apr 2016 21:10:11 +0000 (14:10 -0700)
committerJoe Stringer <joe@ovn.org>
Fri, 22 Apr 2016 21:29:19 +0000 (14:29 -0700)
This was missed before somehow, which would cause the test to fail
(rather than being skipped) if iproute2 didn't support setting the
vxlan dstport on the kernel tunnel device.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
tests/system-traffic.at

index dceae15..10c5717 100644 (file)
@@ -1495,7 +1495,7 @@ OVS_TRAFFIC_VSWITCHD_STOP
 AT_CLEANUP
 
 AT_SETUP([conntrack - IPv6 Fragmentation over vxlan])
-AT_SKIP_IF([! ip link help 2>&1 | grep vxlan >/dev/null])
+OVS_CHECK_VXLAN()
 CHECK_CONNTRACK()
 
 OVS_TRAFFIC_VSWITCHD_START()