aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-12-11 22:01:49 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-12-11 22:01:49 +0100
commit63179fd459fcf9c98ca10cd2d03a8ffcc3097725 (patch)
tree067b4f76c3f738452886beb5306977e3807c50ea /testing/tests
parent6f04ccff5e485d6d8c447351ac983bee8ac26313 (diff)
downloadstrongswan-63179fd459fcf9c98ca10cd2d03a8ffcc3097725.tar.bz2
strongswan-63179fd459fcf9c98ca10cd2d03a8ffcc3097725.tar.xz
upgraded Test IMC/IMV pair to fully support multple IMC IDs
Diffstat (limited to 'testing/tests')
-rw-r--r--testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf1
-rw-r--r--testing/tests/tnc/tnccs-20/hosts/dave/etc/strongswan.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf b/testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf
index 78eaf0e6f..50d7af66b 100644
--- a/testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf
@@ -14,6 +14,7 @@ libimcv {
plugins {
imc-test {
command = allow
+ additional_ids = 2
}
}
}
diff --git a/testing/tests/tnc/tnccs-20/hosts/dave/etc/strongswan.conf b/testing/tests/tnc/tnccs-20/hosts/dave/etc/strongswan.conf
index 2e56fb165..b67541c3c 100644
--- a/testing/tests/tnc/tnccs-20/hosts/dave/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-20/hosts/dave/etc/strongswan.conf
@@ -17,6 +17,7 @@ libimcv {
plugins {
imc-test {
command = isolate
+ additional_ids = 1
}
}
}