diff options
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-x | testing/start-testing | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/start-testing b/testing/start-testing index dce089ad2..e2944bc77 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -6,6 +6,7 @@ NETWORKS="vnet1 vnet2 vnet3" CONFDIR=$PWD/config/kvm KNLSRC=$BUILDDIR/$KERNEL/arch/x86/boot/bzImage KNLTARGET=/var/run/kvm-swan-kernel +HOSTFSTARGET=/var/run/kvm-swan-hostfs echo "Starting test environment" @@ -16,6 +17,9 @@ check_commands virsh log_action "Deploying kernel $KERNEL" execute "ln -fs $KNLSRC $KNLTARGET" +log_action "Deploying $ROOTIMGCOMPILEDIR as hostfs" +execute "ln -Tfs $ROOTIMGCOMPILEDIR $HOSTFSTARGET" + for net in $NETWORKS do log_action "Network $net" |