testdriver: Add <filesystem> examples

This commit is contained in:
Cole Robinson 2013-12-02 13:47:09 -05:00
parent 8f661290e3
commit 02f3546e02

View File

@ -307,6 +307,29 @@
<usbdev class='-1' vendor='-1' product='-1' version='-1' allow='no'/>
</redirfilter>
<!-- filesystems -->
<filesystem>
<driver type='handle'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
</filesystem>
<filesystem type='template'>
<source name='template_fedora'/>
<target dir='/bar/baz'/>
</filesystem>
<filesystem type='mount' accessmode='squash'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
</filesystem>
<filesystem type='mount' accessmode='mapped'>
<driver type='path'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
</filesystem>
<!-- tpm devices -->
<tpm model='tpm-tis'>
<backend type='passthrough'>