tests: Skip tunnel-push-pop test on Windows and BSD.
[cascardo/ovs.git] / tests / tunnel-push-pop.at
index 44c2ecf..c552dd2 100644 (file)
@@ -2,6 +2,10 @@ AT_BANNER([tunnel_push_pop])
 
 AT_SETUP([tunnel_push_pop - action])
 
+dnl ovs router is commands are only supported on Linux for now.
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
+AT_SKIP_IF([test "$IS_BSD" = "yes"])
+
 OVS_VSWITCHD_START([add-port br0 p0 -- set Interface p0 type=dummy ofport_request=1\
                     -- add-br int-br -- set bridge int-br datapath_type=dummy \
                     -- add-port int-br t2 -- set Interface t2 type=vxlan \