ofproto-dpif.at: Skip a sflow test.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 27 Jul 2015 20:43:16 +0000 (13:43 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 27 Jul 2015 22:56:25 +0000 (15:56 -0700)
sflow is not supported on Windows. So skip the
test.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at

index cfe7294..83986e2 100644 (file)
@@ -5258,6 +5258,7 @@ OVS_VSWITCHD_STOP
 AT_CLEANUP
 
 AT_SETUP([ofproto-dpif - sFlow packet sampling - MPLS])
+AT_XFAIL_IF([test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START
 AT_CHECK([ovs-appctl vlog/set dpif:dbg dpif_netdev:dbg])
 ADD_OF_PORTS([br0], [1], [2])