--- embedaddon/strongswan/testing/testing.conf 2020/06/03 09:46:45 1.1.1.1 +++ embedaddon/strongswan/testing/testing.conf 2021/03/17 00:20:09 1.1.1.2 @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=5.5.13} +: ${KERNELVERSION=5.8.10} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-5.5} +: ${KERNELCONFIG=$DIR/../config/kernel/config-5.8} : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.8.4} +: ${SWANVERSION=5.9.2} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} @@ -48,8 +48,8 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. -: ${BASEIMGSIZE=1800} -: ${BASEIMGSUITE=stretch} +: ${BASEIMGSIZE=2500} +: ${BASEIMGSUITE=buster} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian} @@ -76,11 +76,12 @@ fi : ${TESTRESULTSDIR=$TESTDIR/testresults} ############################################################## -# Enable particular steps in the make-testing +# Enable particular steps in the make-testing script # : ${ENABLE_BUILD_BASEIMAGE=yes} : ${ENABLE_BUILD_ROOTIMAGE=yes} : ${ENABLE_BUILD_GUESTKERNEL=yes} +: ${ENABLE_BUILD_CERTIFICATES=yes} : ${ENABLE_BUILD_GUESTIMAGES=yes} ##############################################################