diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-02 09:30:18 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-02 09:30:18 +0100 |
commit | a12bb386f77c479a6af52be7528ea0cd7b92e192 (patch) | |
tree | 833ca738da3a0120b72a7ee5fa1125520aa9ef9b /testing | |
parent | 90bb98f4aca4ac28cbcd168d11b725440aa9c449 (diff) | |
download | strongswan-a12bb386f77c479a6af52be7528ea0cd7b92e192.tar.bz2 strongswan-a12bb386f77c479a6af52be7528ea0cd7b92e192.tar.xz |
enable integrity test in tnc/tnccs-dynamic scenario
Diffstat (limited to 'testing')
3 files changed, 12 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf b/testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf index 05f0b7910..286eab61d 100644 --- a/testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf @@ -10,6 +10,10 @@ charon { } } +libstrongswan { + integrity_test = yes +} + libimcv { plugins { imc-test { diff --git a/testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf b/testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf index f8fe44563..a9564bd38 100644 --- a/testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf @@ -10,6 +10,10 @@ charon { } } +libstrongswan { + integrity_test = yes +} + libimcv { plugins { imc-test { diff --git a/testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf index d8ec61abf..ca5fdd041 100644 --- a/testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf @@ -15,6 +15,10 @@ charon { } } +libstrongswan { + integrity_test = yes +} + libimcv { plugins { imv-scanner { |