[ovs-dev] [unixctl 1/2] unixctl: Re-enable unit tests.

Ethan Jackson ethan at nicira.com
Wed Mar 7 01:53:07 UTC 2012


The transient failure in the unixctl unit tests likely still
exists, but we've added additional instrumentation to our build
tools to help us debug it.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 tests/unixctl-py.at |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/unixctl-py.at b/tests/unixctl-py.at
index f87611a..1d435ba 100644
--- a/tests/unixctl-py.at
+++ b/tests/unixctl-py.at
@@ -1,7 +1,6 @@
 AT_BANNER([unixctl])
 
 AT_SETUP([unixctl ovs-vswitchd exit - Python])
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 OVS_VSWITCHD_START
 
@@ -13,7 +12,6 @@ OVS_WAIT_WHILE([test -s ovsdb-server.pid])
 AT_CLEANUP
 
 AT_SETUP([unixctl ovs-vswitchd help - Python])
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 OVS_VSWITCHD_START
 
@@ -29,7 +27,6 @@ AT_CLEANUP
 
 
 AT_SETUP([unixctl ovs-vswitchd arguments - Python])
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 OVS_VSWITCHD_START
 
@@ -73,7 +70,6 @@ AT_CLEANUP
 
 AT_SETUP([unixctl bad target - Python])
 OVS_RUNDIR=$PWD; export OVS_RUNDIR
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 
 AT_CHECK([$PYTHON $srcdir/appctl.py -t bogus doit], [1], [], [stderr])
@@ -89,7 +85,6 @@ appctl.py: cannot connect to "/bogus/path.pid" (No such file or directory)
 AT_CLEANUP
 
 AT_SETUP([unixctl server - Python])
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 OVS_RUNDIR=$PWD; export OVS_RUNDIR
 OVS_LOGDIR=$PWD; export OVS_LOGDIR
@@ -159,7 +154,6 @@ AT_CLEANUP
 
 
 AT_SETUP([unixctl server errors - Python])
-AT_SKIP_IF([:])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
 AT_CHECK($PYTHON $srcdir/test-unixctl.py --unixctl $PWD/bogus/path, [1], [], [ignore])
 AT_CLEANUP
-- 
1.7.9.2




More information about the dev mailing list