testing: Migration of KVM framework to Linux 4.x kernel
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ cd $BUILDDIR
|
|||||||
|
|
||||||
if [ ! -f "$KERNELTARBALL" ]
|
if [ ! -f "$KERNELTARBALL" ]
|
||||||
then
|
then
|
||||||
url=ftp://ftp.kernel.org/pub/linux/kernel/v3.x/$KERNELTARBALL
|
url=ftp://ftp.kernel.org/pub/linux/kernel/v4.x/$KERNELTARBALL
|
||||||
log_action "Downloading $url"
|
log_action "Downloading $url"
|
||||||
execute "wget -q $url"
|
execute "wget -q $url"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -24,14 +24,14 @@ fi
|
|||||||
: ${TESTDIR=/srv/strongswan-testing}
|
: ${TESTDIR=/srv/strongswan-testing}
|
||||||
|
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
: ${KERNELVERSION=3.15.1}
|
: ${KERNELVERSION=4.0}
|
||||||
: ${KERNEL=linux-$KERNELVERSION}
|
: ${KERNEL=linux-$KERNELVERSION}
|
||||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
||||||
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.15}
|
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.0}
|
||||||
: ${KERNELPATCH=ha-3.15-ah-abicompat.patch.bz2}
|
: ${KERNELPATCH=ha-3.18-abicompat.patch.bz2}
|
||||||
|
|
||||||
# strongSwan version used in tests
|
# strongSwan version used in tests
|
||||||
: ${SWANVERSION=5.2.0}
|
: ${SWANVERSION=5.3.1}
|
||||||
|
|
||||||
# Build directory where the guest kernel and images will be built
|
# Build directory where the guest kernel and images will be built
|
||||||
: ${BUILDDIR=$TESTDIR/build}
|
: ${BUILDDIR=$TESTDIR/build}
|
||||||
|
|||||||
Reference in New Issue
Block a user