testdriver: Use different filesystem targets for test-many-devices

To differentiate in the virt-manager UI
This commit is contained in:
Cole Robinson 2015-09-20 20:15:12 -04:00
parent f8744a34da
commit a9aca96458

View File

@ -648,22 +648,22 @@ Foo bar baz & yeah boii < > yeahfoo
<!-- filesystems -->
<filesystem>
<driver type='handle'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
<source dir='/foo/bar1'/>
<target dir='/target/1'/>
</filesystem>
<filesystem type='template'>
<source name='template_fedora'/>
<target dir='/bar/baz'/>
<target dir='/target/2'/>
</filesystem>
<filesystem type='mount' accessmode='squash'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
<source dir='/foo/bar3'/>
<target dir='target3'/>
</filesystem>
<filesystem type='mount' accessmode='mapped'>
<driver type='path'/>
<source dir='/foo/bar'/>
<target dir='/bar/baz'/>
<source dir='/foo/bar4'/>
<target dir='/target4'/>
</filesystem>