Minor changes in the test environment

This commit is contained in:
Andreas Steffen
2014-05-15 21:30:42 +02:00
parent ff4a2acbe6
commit 0f000cdd6c
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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}
@@ -10,6 +10,11 @@ charon {
eap-tnc {
protocol = tnccs-1.1
}
}
}
libimcv {
plugins {
imc-test {
command = allow
}
@@ -10,6 +10,11 @@ charon {
eap-tnc {
protocol = tnccs-2.0
}
}
}
libimcv {
plugins {
imc-test {
command = isolate
}