Most of the Python code in Open vSwitch repo does not work on Windows. Till that porting is done, simply skip all Python tests.
Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- v1-v2: * Abandoned commits in v1 that selectively disabled Python tests and instead added this single commit. --- tests/atlocal.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index 60f3dbf..52fcb33 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -88,3 +88,11 @@ MINGW*) IS_WIN32="no" ;; esac + +# XXX: Disable Python related tests on Windows because Open vSwitch code +# written in Python has not been ported to the Windows platform. We will +# need to remove the next block after porting is complete. +if test "$IS_WIN32" = "yes"; then + HAVE_PYTHON="no" +fi + -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev