aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-07-21 15:04:24 +0200
committerTobias Brunner <tobias@strongswan.org>2016-08-29 18:11:42 +0200
commitdda06b0439f23a1191c57b505c96251e63e8a690 (patch)
tree4d3924d0a2dd3c84f22738a85d03f40d7648540d /testing/config
parent7a8985b5752e8d19d2b83b7a7641698a7ecadb49 (diff)
downloadstrongswan-dda06b0439f23a1191c57b505c96251e63e8a690.tar.bz2
strongswan-dda06b0439f23a1191c57b505c96251e63e8a690.tar.xz
testing: Mount and serve testresults from the host
This avoids having to copy testresults, makes results of cancelled runs browsable (runs may actually be followed live) and preserves old results when rebuilding guest images (e.g. when using the build-strongswan script). The number of consecutive test runs without any intermittent rebuild of the guest images is also not limited by the image size anymore.
Diffstat (limited to 'testing/config')
-rw-r--r--testing/config/kvm/winnetou.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/config/kvm/winnetou.xml b/testing/config/kvm/winnetou.xml
index 9dbf3a563..b21cb7b08 100644
--- a/testing/config/kvm/winnetou.xml
+++ b/testing/config/kvm/winnetou.xml
@@ -35,6 +35,11 @@
<target dir='/hostshare'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
</filesystem>
+ <filesystem type='mount' accessmode='mapped'>
+ <source dir='/var/run/kvm-swan-testresults'/>
+ <target dir='/testresults'/>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
+ </filesystem>
<interface type='network'>
<mac address='52:54:00:4b:23:fa'/>
<source network='vnet1'/>