Diff for /embedaddon/strongswan/testing/testing.conf between versions 1.1.1.1 and 1.1.1.2

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

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>