aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-06-27 10:07:27 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-06-27 10:07:27 +0200
commitcac71ff00c927c3cf35dafd971555c86d3ccd694 (patch)
treee587ef16c327b9ed9874a69cc1e380f27273aa1a /testing/testing.conf
parent644fc4e1ff8f8af882543a35221b9bac01ba858e (diff)
downloadstrongswan-cac71ff00c927c3cf35dafd971555c86d3ccd694.tar.bz2
strongswan-cac71ff00c927c3cf35dafd971555c86d3ccd694.tar.xz
Update KVM test framework to 3.15 guest kernel5.2.0rc1
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index be34640da..f5e65b2d8 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,11 +24,11 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=3.13.5}
+: ${KERNELVERSION=3.15.1}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-3.13}
-: ${KERNELPATCH=ha-3.13-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-3.15}
+: ${KERNELPATCH=ha-3.15-ah-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.2.0}