aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 17:54:19 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:54 +0100
commit8ed98c137321c3f92fb06b58e69aaecf4e531cdc (patch)
tree0dca4366a75f5b44dd55d9026a97312005fe3f8c /testing/stop-testing
parent7fa27191855eaf828ec3dcf90385e0782f74d2e2 (diff)
downloadstrongswan-8ed98c137321c3f92fb06b58e69aaecf4e531cdc.tar.bz2
strongswan-8ed98c137321c3f92fb06b58e69aaecf4e531cdc.tar.xz
Switch from raw images to qcow2 format
This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space.
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-xtesting/stop-testing2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/stop-testing b/testing/stop-testing
index 302053128..0f38bc4c4 100755
--- a/testing/stop-testing
+++ b/testing/stop-testing
@@ -19,7 +19,7 @@ for host in $STRONGSWANHOSTS
do
log_action "Guest $host"
execute "virsh destroy $host"
- rm -f $VIRTIMGSTORE/$host.img
+ rm -f $VIRTIMGSTORE/$host.qcow2
done
log_action "Removing kernel $KERNEL"