diff options
-rw-r--r-- | testing/testing.conf | 2 | ||||
-rw-r--r-- | testing/tests/tnc/tnccs-dynamic/hosts/carol/etc/strongswan.conf | 5 | ||||
-rw-r--r-- | testing/tests/tnc/tnccs-dynamic/hosts/dave/etc/strongswan.conf | 5 |
3 files changed, 11 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 9b9b7d09a..be34640da 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -50,7 +50,7 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. -: ${BASEIMGSIZE=1280} +: ${BASEIMGSIZE=1400} : ${BASEIMGSUITE=wheezy} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} 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 f4ea047ec..c8e5e8ad3 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,11 @@ charon { eap-tnc { protocol = tnccs-1.1 } + } +} + +libimcv { + plugins { imc-test { command = allow } 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 4c738ce42..9fc9cecee 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,11 @@ charon { eap-tnc { protocol = tnccs-2.0 } + } +} + +libimcv { + plugins { imc-test { command = isolate } |