upgraded KVM test suite to Linux 3.8 kernel

This commit is contained in:
Andreas Steffen
2013-03-03 11:59:07 +01:00
parent f7580a5a67
commit 7b11a1dcdc
2 changed files with 1867 additions and 4 deletions
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -18,14 +18,14 @@
TESTDIR=/srv/strongswan-testing
# Kernel configuration
KERNELVERSION=3.5.3
KERNELVERSION=3.8.1
KERNEL=linux-$KERNELVERSION
KERNELTARBALL=$KERNEL.tar.bz2
KERNELCONFIG=$DIR/../config/kernel/config-3.5
KERNELPATCH=ha-3.0.patch.bz2
KERNELCONFIG=$DIR/../config/kernel/config-3.8
KERNELPATCH=ha-3.8.patch.bz2
# strongSwan version used in tests
SWANVERSION=5.0.2dr4
SWANVERSION=5.0.3
# Build directory where the guest kernel and images will be built
BUILDDIR=$TESTDIR/build