[ovs-dev] [PATCH] tests/ovs-monitor-ipsec: Remove --no-wait -vreconnect:emer from ovs-vsctl.

Daniele Di Proietto diproiettod at vmware.com
Fri Jul 22 01:55:47 UTC 2016


This fixes a sporadic failure of the testcase, where ovsdb-server.log
contains:

2016-07-21T21:08:22.279Z|00003|jsonrpc|WARN|unix: send error: Broken pipe
2016-07-21T21:08:22.279Z|00004|reconnect|WARN|unix: connection dropped (Broken pipe)

I'm not sure what was the purpose of the original "--no-wait
-vreconnect:emer", but the test seem to run fine without it.

Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
---
 tests/ovs-monitor-ipsec.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovs-monitor-ipsec.at b/tests/ovs-monitor-ipsec.at
index 206db8c..986089f 100644
--- a/tests/ovs-monitor-ipsec.at
+++ b/tests/ovs-monitor-ipsec.at
@@ -14,7 +14,7 @@ OVS_MONITOR_IPSEC_START
 ###
 ### Add an ipsec_gre psk interface and check what ovs-monitor-ipsec does
 ###
-AT_CHECK([ovs-vsctl --no-wait -vreconnect:emer \
+AT_CHECK([ovs-vsctl \
               -- add-port br0 gre0 \
               -- set interface gre0 type=ipsec_gre \
                                     options:remote_ip=1.2.3.4 \
-- 
2.8.1




More information about the dev mailing list