From: Daniele Di Proietto Date: Thu, 21 Jul 2016 21:05:11 +0000 (-0700) Subject: tests/ovs-monitor-ipsec: Remove --no-wait -vreconnect:emer from ovs-vsctl. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=aced1c3a4b8f93a86b95eb9868cdc581a12d9be6 tests/ovs-monitor-ipsec: Remove --no-wait -vreconnect:emer from ovs-vsctl. 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 Acked-by: Joe Stringer --- diff --git a/tests/ovs-monitor-ipsec.at b/tests/ovs-monitor-ipsec.at index 206db8c86..986089fc1 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 \