Updated test kvm tests to Linux 3.13 kernel

This commit is contained in:
Andreas Steffen 2014-02-12 13:16:09 +01:00
parent 83caf0827c
commit ccb7630ca1
2 changed files with 2050 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,11 +24,11 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=3.12.7}
: ${KERNELVERSION=3.13.2}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.12}
: ${KERNELPATCH=ha-3.11-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.13}
: ${KERNELPATCH=ha-3.13-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.1.2}