tests/ovs-monitor-ipsec: Remove --no-wait -vreconnect:emer from ovs-vsctl.
authorDaniele Di Proietto <diproiettod@vmware.com>
Thu, 21 Jul 2016 21:05:11 +0000 (14:05 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Fri, 22 Jul 2016 18:24:28 +0000 (11:24 -0700)
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@vmware.com>
Acked-by: Joe Stringer <joe@ovn.org>
tests/ovs-monitor-ipsec.at

index 206db8c..986089f 100644 (file)
@@ -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 \