updated testing.conf

This commit is contained in:
Andreas Steffen
2008-04-19 07:57:24 +00:00
parent ab40f2edc7
commit 8d7e4dec55
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -67,11 +67,11 @@ are required for the strongSwan testing environment:
* A gentoo-based UML file system (compressed size 130 MBytes) found at
http://download.strongswan.org/uml/gentoo-fs-20071108.tar.bz2
http://download.strongswan.org/uml/gentoo-fs-20080407.tar.bz2
* The latest strongSwan distribution
http://download.strongswan.org/strongswan-4.2.0.tar.gz
http://download.strongswan.org/strongswan-4.2.1.tar.bz2
3. Creating the environment
+3 -2
View File
@@ -40,16 +40,17 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.2.1.tar.bz2
USE_LIBCURL="yes"
USE_LDAP="yes"
USE_EAP_AKA="yes"
USE EAP_SIM="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_INTEGRITY_TEST="no"
USE_LEAK_DETECTIVE="no"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20071108.tar.bz2
ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2
# Size of the finished root filesystem in MB
ROOTFSSIZE=544
ROOTFSSIZE=600
# Amount of Memory to use per UML [MB].
# If "auto" is stated 1/12 of total host ram will be used.