virt-manager/tests/data/xmlparse/pool-iscsi-out.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

14 lines
261 B
XML

<pool type="iscsi">
<name>pool-iscsi</name>
<source>
<host name="my.host"/>
<device path="/some/source/path"/>
<initiator>
<iqn name="my.iqn"/>
</initiator>
</source>
<target>
<path>/dev/disk/by-path</path>
</target>
</pool>