aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-02-12 13:16:09 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-02-12 13:16:34 +0100
commitccb7630ca1f529db7c76a276ccb6dbc9b1c5820e (patch)
tree0d840eb32db0612eb9b55e659405e12cf3141199 /testing/testing.conf
parent83caf0827cde6f6a3ce8a37a6515f9962c892f7a (diff)
downloadstrongswan-ccb7630ca1f529db7c76a276ccb6dbc9b1c5820e.tar.bz2
strongswan-ccb7630ca1f529db7c76a276ccb6dbc9b1c5820e.tar.xz
Updated test kvm tests to Linux 3.13 kernel
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 2cbef9681..8e0c81e53 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -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}