Without the last OVSDB_SERVER_SHUTDOWN, the test hangs on travis,
because ovsdb-server is still running.

Tested-at: https://travis-ci.org/ddiproietto/ovs/builds/132343426
Signed-off-by: Daniele Di Proietto <[email protected]>
---
 tests/ovsdb-idl.at | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at
index 1369a6f..279caee 100644
--- a/tests/ovsdb-idl.at
+++ b/tests/ovsdb-idl.at
@@ -153,6 +153,7 @@ m4_define([OVSDB_CHECK_IDL_PASSIVE_TCP_PY],
       [0], [stdout], [ignore], [kill `cat pid`])
    AT_CHECK([sort stdout | ${PERL} $srcdir/uuidfilt.pl]m4_if([$6],,, [[| $6]]),
             [0], [$4], [], [kill `cat pid`])
+   OVSDB_SERVER_SHUTDOWN
    AT_CLEANUP
    ])
 
-- 
2.1.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to