testing: updated testing.conf

This commit is contained in:
Andreas Steffen 2016-04-24 13:36:22 +02:00
parent 61587aa6fc
commit 029d3a0ce6
4 changed files with 7000 additions and 3 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -24,11 +24,11 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.2}
: ${KERNELVERSION=4.5.2}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.2}
: ${KERNELPATCH=ha-4.2-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.5}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.4.0}