aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index b8bd3cf1b..960d3f63e 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -29,6 +29,8 @@ SWANVERSION=5.0.2dr4
# Build directory where the guest kernel and images will be built
BUILDDIR=$TESTDIR/build
+# Directory shared between host and guests
+SHAREDDIR=$BUILDDIR/shared
# Logfile
LOGFILE=$BUILDDIR/testing.log
@@ -52,12 +54,13 @@ BASEIMGMIRROR=http://cdn.debian.net/debian
# The root image is the origin of all guest images. It is a clone of the base
# image and contains additional test-specific software and patches.
ROOTIMG=$IMGDIR/root.$IMGEXT
-ROOTIMGCOMPILEDIR=$BUILDDIR/compile
# libvirt config
NBDEV=/dev/nbd0
NBDPARTITION=${NBDEV}p1
VIRTIMGSTORE=/var/lib/libvirt/images
+KVMUSER=libvirt-qemu
+KVMGROUP=kvm
# Directory where test results will be stored
TESTRESULTSDIR=$TESTDIR/testresults