From: Andreas Steffen Date: Sat, 20 Nov 2010 20:52:40 +0000 (+0100) Subject: enabled ha plugin in UML scenarios X-Git-Tag: 4.5.1~491 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=1f201db699669a8808e1556fad66c46bf341681d enabled ha plugin in UML scenarios --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index e22b65c..ec74ada 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -292,6 +292,11 @@ then echo -n " --enable-gcm" >> $INSTALLSHELL fi +if [ "$USE_HA" = "yes" ] +then + echo -n " --enable-ha" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make -j" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index 83cf357..f3dfebf 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -66,12 +66,13 @@ USE_ADDRBLOCK="yes" USE_CTR="yes" USE_CCM="yes" USE_GCM="yes" +USE_HA="yes" # Gentoo linux root filesystem ROOTFS=$UMLTESTDIR/gentoo-fs-20100830.tar.bz2 # Size of the finished root filesystem in MB -ROOTFSSIZE=700 +ROOTFSSIZE=800 # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used.