X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fovs-monitor-ipsec.at;h=67705fa116e88e43dbe4d2d50e04ec3170f5343b;hb=003ce655b7116d18c86a74c50391e54990346931;hp=e66c943d7226db324d68de1b3b7c1ada2fd27ada;hpb=0b7140bbc55768f9f1d12f2cc42fa29c5fa98483;p=sliver-openvswitch.git diff --git a/tests/ovs-monitor-ipsec.at b/tests/ovs-monitor-ipsec.at index e66c943d7..67705fa11 100644 --- a/tests/ovs-monitor-ipsec.at +++ b/tests/ovs-monitor-ipsec.at @@ -2,6 +2,7 @@ AT_BANNER([ovs-monitor-ipsec]) AT_SETUP([ovs-monitor-ipsec]) AT_SKIP_IF([test $HAVE_PYTHON = no]) +AT_SKIP_IF([$non_ascii_cwd]) OVS_RUNDIR=`pwd`; export OVS_RUNDIR OVS_DBDIR=`pwd`; export OVS_DBDIR @@ -33,7 +34,7 @@ chmod +x usr/sbin/setkey touch etc/racoon/certs/ovs-stale.pem ovs_vsctl () { - ovs-vsctl --timeout=5 --no-wait -vreconnect:emer --db=unix:socket "$@" + ovs-vsctl --no-wait -vreconnect:emer --db=unix:socket "$@" } trim () { # Removes blank lines and lines starting with # from input. sed -e '/^#/d' -e '/^[ ]*$/d' "$@"