From a12bb386f77c479a6af52be7528ea0cd7b92e192 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 2 Nov 2011 09:30:18 +0100 Subject: [PATCH] enable integrity test in tnc/tnccs-dynamic scenario --- testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf | 4 ++++ testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf | 4 ++++ testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf | 4 ++++ 3 files changed, 12 insertions(+) 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 05f0b79..286eab6 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 f8fe445..a9564bd 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 d8ec61a..ca5fdd0 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 { -- 2.7.4