diff options
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/start-testing | 1 | ||||
-rw-r--r-- | testing/testing.conf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/start-testing b/testing/start-testing index 31097a8b7..7ef35f9e4 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -27,6 +27,7 @@ log_action "Deploying $SHAREDDIR as hostfs" execute "chown -R $KVMUSER:$KVMGROUP $SHAREDDIR" 0 execute "ln -Tfs $SHAREDDIR $HOSTFSTARGET" +[ -d $TESTRESULTSDIR ] || mkdir $TESTRESULTSDIR log_action "Deploying $TESTRESULTSDIR as hostfs" execute "ln -Tfs $TESTRESULTSDIR $TESTRESTULSTARGET" diff --git a/testing/testing.conf b/testing/testing.conf index e9a64e82e..5f85dd592 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.8.2} +: ${KERNELVERSION=4.8.3} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} : ${KERNELCONFIG=$DIR/../config/kernel/config-4.8} : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.5.1rc2} +: ${SWANVERSION=5.5.1} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} |