aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-17 19:00:31 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:58 +0100
commit0593b6c975684d61a7432c6593ef5a5a6bc7b21d (patch)
treec118999ce3a6dc3a2ea143ebbeff731809a116ca /testing/stop-testing
parent48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0 (diff)
downloadstrongswan-0593b6c975684d61a7432c6593ef5a5a6bc7b21d.tar.bz2
strongswan-0593b6c975684d61a7432c6593ef5a5a6bc7b21d.tar.xz
Export compile directory to guests
Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-xtesting/stop-testing4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/stop-testing b/testing/stop-testing
index 852e2ec9e..5695d620a 100755
--- a/testing/stop-testing
+++ b/testing/stop-testing
@@ -6,6 +6,7 @@ echo "Stopping test environment"
NETWORKS="vnet1 vnet2 vnet3"
KNLTARGET=/var/run/kvm-swan-kernel
+HOSTFSTARGET=/var/run/kvm-swan-hostfs
[ `id -u` -eq 0 ] || die "You must be root to run $0"
@@ -26,3 +27,6 @@ done
log_action "Removing kernel $KERNEL"
execute "rm $KNLTARGET"
+
+log_action "Removing link to hostfs"
+execute "rm $HOSTFSTARGET"