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

15 lines
399 B
XML

<pool type="fs">
<name>pool-fs</name>
<uuid>10211510-2115-1021-1510-211510211510</uuid>
<capacity unit='bytes'>984373075968</capacity>
<allocation unit='bytes'>756681687040</allocation>
<available unit='bytes'>227691388928</available>
<source>
<format type="auto"/>
<device path="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>