virt-manager/tests/data/storage/pool-netfs.xml
Cole Robinson 78c8aef75e tests: Move all data directories to data/
This cleans up the file hierarchy a bit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

12 lines
254 B
XML

<pool type="netfs">
<name>pool-netfs</name>
<source>
<format type="auto"/>
<host name="some.random.hostname"/>
<dir path="/some/source/path"/>
</source>
<target>
<path>/var/lib/libvirt/images/pool-netfs</path>
</target>
</pool>