testing: Enable VTI module in kernel config

This commit is contained in:
Robin McCorkell
2017-12-22 10:22:47 +01:00
committed by Tobias Brunner
parent 82b91e113a
commit 95deada184
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -24,11 +24,11 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.10.17}
: ${KERNELVERSION=4.13.16}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.13}
: ${KERNELPATCH=ha-4.13-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.6.2dr3}