vlan splinters is to workaround buggy network drivers of Linux.
Skip the test for Windows.

Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 tests/vlan-splinters.at |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/vlan-splinters.at b/tests/vlan-splinters.at
index 3cc6187..b38ab52 100644
--- a/tests/vlan-splinters.at
+++ b/tests/vlan-splinters.at
@@ -1,6 +1,7 @@
 AT_BANNER([VLAN splinters])
 
 AT_SETUP([VLAN splinters])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START([], [], [=override])
 ADD_OF_PORTS([br0], 1, 2, 3, 4)
 AT_CHECK([ovs-vsctl \
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to