We do not yet have a port for unixctl in Python. Till
deemed necessary, there is no plan to port it.

Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 tests/unixctl-py.at |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/unixctl-py.at b/tests/unixctl-py.at
index b54d409..257d12c 100644
--- a/tests/unixctl-py.at
+++ b/tests/unixctl-py.at
@@ -4,7 +4,7 @@ m4_define([APPCTL], [ovs-appctl --timeout 20])
 m4_define([PYAPPCTL], [$PYTHON $srcdir/appctl.py --timeout 20])
 
 AT_SETUP([unixctl ovs-vswitchd exit - Python])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START
 
 AT_CHECK([PYAPPCTL -t ovs-vswitchd exit], [0], [])
@@ -15,7 +15,7 @@ OVS_WAIT_WHILE([test -s ovsdb-server.pid])
 AT_CLEANUP
 
 AT_SETUP([unixctl ovs-vswitchd help - Python])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START
 
 AT_CHECK([APPCTL help], [0], [stdout])
@@ -30,7 +30,7 @@ AT_CLEANUP
 
 
 AT_SETUP([unixctl ovs-vswitchd arguments - Python])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START
 
 AT_CHECK([APPCTL bond/hash], [2], [], [stderr])
@@ -74,7 +74,7 @@ AT_CLEANUP
 AT_SETUP([unixctl bad target - Python])
 OVS_RUNDIR=`pwd`; export OVS_RUNDIR
 OVS_DBDIR=`pwd`; export OVS_DBDIR
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 
 AT_CHECK([PYAPPCTL -t bogus doit], [1], [], [stderr])
 AT_CHECK_UNQUOTED([tail -1 stderr], [0], [dnl
@@ -89,7 +89,7 @@ appctl.py: cannot connect to "/bogus/path.pid" (No such file 
or directory)
 AT_CLEANUP
 
 AT_SETUP([unixctl server - Python])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 OVS_RUNDIR=`pwd`; export OVS_RUNDIR
 OVS_LOGDIR=`pwd`; export OVS_LOGDIR
 OVS_DBDIR=`pwd`; export OVS_DBDIR
@@ -163,6 +163,6 @@ AT_CLEANUP
 
 
 AT_SETUP([unixctl server errors - Python])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
 AT_CHECK($PYTHON $srcdir/test-unixctl.py --unixctl "`pwd`"/bogus/path, [1], 
[], [ignore])
 AT_CLEANUP
-- 
1.7.9.5

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

Reply via email to