diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-21 21:25:56 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-21 21:26:52 +0200 |
commit | 04bb7395786e41b2a2424723f6c665aa526ea3c2 (patch) | |
tree | f71d7c236fd235546ac927d8b3173b6acbd56d48 /testing | |
parent | 4a025539efff1335a00bfb8d3ad1af8b9f196a44 (diff) | |
download | strongswan-04bb7395786e41b2a2424723f6c665aa526ea3c2.tar.bz2 strongswan-04bb7395786e41b2a2424723f6c665aa526ea3c2.tar.xz |
do not enable integrity and crypto tests in ikev1/rw-cert-unity scenario
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/ikev1/rw-cert-unity/hosts/carol/etc/strongswan.conf | 4 | ||||
-rw-r--r-- | testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/testing/tests/ikev1/rw-cert-unity/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/rw-cert-unity/hosts/carol/etc/strongswan.conf index 68e244025..14e061408 100644 --- a/testing/tests/ikev1/rw-cert-unity/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev1/rw-cert-unity/hosts/carol/etc/strongswan.conf @@ -7,8 +7,4 @@ charon { libstrongswan { dh_exponent_ansi_x9_42 = no - integrity_test = yes - crypto_test { - on_add = yes - } } diff --git a/testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf index 3164176b2..cbc51d38c 100644 --- a/testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf @@ -12,8 +12,4 @@ charon { libstrongswan { dh_exponent_ansi_x9_42 = no - integrity_test = yes - crypto_test { - on_add = yes - } } |