ofproto-dpif.at: Skip sflow tests in Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jun 2014 18:18:33 +0000 (11:18 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:52:18 +0000 (16:52 -0700)
sflow feature needs to be investigated for Windows. Right now
test-sflow related tests do not pass because of LOOPBACK_INTERFACE
constraints for 'agent'. Add a TODO item and skip the tests.

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

index 41e6eab..f8f13e9 100644 (file)
@@ -93,3 +93,4 @@ TODO:
 are used as a fallback, but some features, such as OVS-RCU are really
 slow without native atomics support. Atomics support for Windows has to
 be brought in.
+* Investigate the working of sFlow on Windows and re-enable the unit tests.
index ec9cc42..d8e43a1 100644 (file)
@@ -3922,6 +3922,7 @@ AT_CLEANUP
 # IP_VERSION_TYPE is used in AT_SETUP
 m4_define([CHECK_SFLOW_SAMPLING_PACKET],
   [AT_SETUP([ofproto-dpif - sFlow packet sampling - $2 collector])
+  AT_XFAIL_IF([test "$IS_WIN32" = "yes"])
   OVS_VSWITCHD_START([set Bridge br0 fail-mode=standalone])
 
   ON_EXIT([kill `cat test-sflow.pid`])