diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-12-21 06:00:13 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-12-21 06:00:13 +0100 |
commit | a24f2241bc6b6a6d081ea9a413d8c79a4068d8a8 (patch) | |
tree | ddb38472e9e78a7dc2ab669f3b35cbbaebcbe57a | |
parent | 12b6ba87711a78b38046aeed2371d5adfa4d2b49 (diff) | |
download | strongswan-a24f2241bc6b6a6d081ea9a413d8c79a4068d8a8.tar.bz2 strongswan-a24f2241bc6b6a6d081ea9a413d8c79a4068d8a8.tar.xz |
made ikev2/reauth-late scenario more robust
-rw-r--r-- | testing/tests/ikev2/reauth-late/evaltest.dat | 2 | ||||
-rwxr-xr-x | testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/ikev2/reauth-late/evaltest.dat b/testing/tests/ikev2/reauth-late/evaltest.dat index 7f083a05e..c0893df65 100644 --- a/testing/tests/ikev2/reauth-late/evaltest.dat +++ b/testing/tests/ikev2/reauth-late/evaltest.dat @@ -1,7 +1,7 @@ moon::ipsec statusall::rw\[2\].*ESTABLISHED::YES carol::ipsec statusall::home\[2\].*ESTABLISHED::YES carol::cat /var/log/daemon.log::scheduling reauthentication in 2[0-5]s::YES -carol::cat /var/log/daemon.log::received AUTH_LIFETIME of 3600s, reauthentication already scheduled in 2[0-5]s::YES +carol::cat /var/log/daemon.log::received AUTH_LIFETIME of 360[01]s, reauthentication already scheduled in 2[0-5]s::YES carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES diff --git a/testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf index bdd186a04..cb5e86a66 100755 --- a/testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf @@ -6,8 +6,8 @@ config setup plutostart=no conn %default - ikelifetime=60m - keylife=20m + ikelifetime=3601 + keylife=1200 rekeymargin=0s keyingtries=1 |