aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/transport-ikev1
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-10 16:16:56 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:55 +0100
commit76ccd25a050a543e9dfc5fd23d5ebe976660fccb (patch)
treeb1bc8cd79b24138e9c1603e18a2b61366b6d4363 /testing/tests/ipv6/transport-ikev1
parent44e83859e0819c86d10007380da19829e3112f51 (diff)
downloadstrongswan-76ccd25a050a543e9dfc5fd23d5ebe976660fccb.tar.bz2
strongswan-76ccd25a050a543e9dfc5fd23d5ebe976660fccb.tar.xz
Add expect-connection guest image script
This script can be used in pretest.dat files to wait until an IPsec connection becomes available. This avoids unconditional sleeps and improves test performance. The ipv6 tests have been updated to use the expect-connection script.
Diffstat (limited to 'testing/tests/ipv6/transport-ikev1')
-rw-r--r--testing/tests/ipv6/transport-ikev1/pretest.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ipv6/transport-ikev1/pretest.dat b/testing/tests/ipv6/transport-ikev1/pretest.dat
index 7e97e7783..63f94a277 100644
--- a/testing/tests/ipv6/transport-ikev1/pretest.dat
+++ b/testing/tests/ipv6/transport-ikev1/pretest.dat
@@ -2,6 +2,6 @@ moon::/etc/init.d/iptables start 2> /dev/null
sun::/etc/init.d/iptables start 2> /dev/null
moon::ipsec start
sun::ipsec start
-moon::sleep 2
+moon::expect-connection host-host
+sun::expect-connection host-host
moon::ipsec up host-host
-moon::sleep 1