diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-11-05 14:57:07 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-11-09 15:18:35 +0100 |
commit | cbaafa03c7ed75df3887788fc69fa4ed2d3abb9c (patch) | |
tree | fe12efd00f31d81b3384136d3b32b2d7b3cb4182 /testing/tests/sql/net2net-route-pem | |
parent | f519acd42f9efe7e566b918495418b2772a82c2a (diff) | |
download | strongswan-cbaafa03c7ed75df3887788fc69fa4ed2d3abb9c.tar.bz2 strongswan-cbaafa03c7ed75df3887788fc69fa4ed2d3abb9c.tar.xz |
testing: Avoid delays with ping by using -W and -i options
With -W we reduce timeouts when we don't expect a response. With -i the
interval between pings is reduced (mostly in case of auto=route where
the first ping yields no reply).
Diffstat (limited to 'testing/tests/sql/net2net-route-pem')
-rw-r--r-- | testing/tests/sql/net2net-route-pem/pretest.dat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/sql/net2net-route-pem/pretest.dat b/testing/tests/sql/net2net-route-pem/pretest.dat index ee09d2f2f..93c3cfd12 100644 --- a/testing/tests/sql/net2net-route-pem/pretest.dat +++ b/testing/tests/sql/net2net-route-pem/pretest.dat @@ -9,5 +9,5 @@ sun::iptables-restore < /etc/iptables.rules sun::ipsec start moon::ipsec start moon::expect-connection net-net -alice::ping -c 1 PH_IP_BOB -bob::ping -c 1 PH_IP_VENUS +alice::ping -c 1 -W 1 PH_IP_BOB +bob::ping -c 1 -W 1 PH_IP_VENUS |