Reverted OVS_APP_EXIT_AND_WAIT call for ovsdb-monitor tests,
this doesn't ignores the output on stdout and stderr which causes the tests
to fail.

Signed-off-by: Paul-Daniel Boca <pb...@cloudbasesolutions.com>
---
 tests/ovsdb-monitor.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovsdb-monitor.at b/tests/ovsdb-monitor.at
index 37383fa..7f402a4 100644
--- a/tests/ovsdb-monitor.at
+++ b/tests/ovsdb-monitor.at
@@ -39,7 +39,7 @@ m4_define([OVSDB_CHECK_MONITOR],
                      [ignore], [ignore], [kill `cat server-pid client-pid`])])
    AT_CHECK([ovsdb-client transact unix:socket '[["$4"]]'], [0],
             [ignore], [ignore], [kill `cat server-pid client-pid`])
-   OVS_APP_EXIT_AND_WAIT(["`pwd`"/unixctl])
+   AT_CHECK([ovs-appctl -t "`pwd`"/unixctl -e exit], [0], [ignore], [ignore])
    OVS_WAIT_UNTIL([test ! -e client-pid])
    AT_CHECK([${PERL} $srcdir/ovsdb-monitor-sort.pl < output | ${PERL} 
$srcdir/uuidfilt.pl], [0], [$7], [ignore])
    AT_CLEANUP])
-- 
2.7.2.windows.1
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to