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 <gshe...@nicira.com>
---
 BUILD.Windows         |    1 +
 tests/ofproto-dpif.at |    1 +
 2 files changed, 2 insertions(+)

diff --git a/BUILD.Windows b/BUILD.Windows
index 41e6eab..f8f13e9 100644
--- a/BUILD.Windows
+++ b/BUILD.Windows
@@ -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.
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 3eaa01f..bd24001 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -3051,6 +3051,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_SKIP_IF([test "$IS_WIN32" = "yes"])
   OVS_VSWITCHD_START([set Bridge br0 fail-mode=standalone])
 
   ON_EXIT([kill `cat test-sflow.pid`])
-- 
1.7.9.5

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

Reply via email to