aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-04-25 18:05:00 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-04-25 18:05:00 +0200
commitce354443bf6be7a03791a862306c154867e631c9 (patch)
tree1aa05e7d2a145f9fe7eadcb798c017e3fdf21e63 /testing/testing.conf
parent17a2e00a3132fb8b22f02c70279471b9f330941d (diff)
downloadstrongswan-ce354443bf6be7a03791a862306c154867e631c9.tar.bz2
strongswan-ce354443bf6be7a03791a862306c154867e631c9.tar.xz
testing: Migration of KVM framework to Linux 4.x kernel
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index f5e65b2d8..737bcae23 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=3.15.1}
+: ${KERNELVERSION=4.0}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-3.15}
-: ${KERNELPATCH=ha-3.15-ah-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.0}
+: ${KERNELPATCH=ha-3.18-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.2.0}
+: ${SWANVERSION=5.3.1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}