aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-07-13 12:43:52 +0000
committerMartin Willi <martin@strongswan.org>2006-07-13 12:43:52 +0000
commit1279eda04249bd25f0aeafb4f82cf77abaa1aad1 (patch)
tree5fca05f092523f46821e051b52e5a5fd00f7bc6d /testing/testing.conf
parentbe247b817bad17330fb47d903666654ef32b7bfd (diff)
downloadstrongswan-1279eda04249bd25f0aeafb4f82cf77abaa1aad1.tar.bz2
strongswan-1279eda04249bd25f0aeafb4f82cf77abaa1aad1.tar.xz
added tcpdumpcount function from NATT guys
added possibility to mount the strongswan tree into all UMLs added script for installing from shared tree in all UMLs added script to shut down all UMLs properly
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 853572365..0ea02d8b5 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -61,6 +61,11 @@ UMLKERNEL=$BUILDDIR/linux-uml-$KERNELVERSION
# Directory where test results will be stored
TESTRESULTSDIR=$UMLTESTDIR/testresults
+# Path to a full strongswan tree on the host system, which is
+# mounted into /root/strongswan-shared. This gives us an easy
+# way to apply and test changes instantly.
+#SHAREDTREE=/home/mwilli/strongswan/trunk
+
# Timezone for the UMLs, look in /usr/share/zoneinfo!
TZUML="Europe/Zurich"