virt-manager/tests/storage-xml/pool-logical-srcname.xml
Cole Robinson 4224b0926e tests: Remove storage UUID hackery
In several cases we were trying to define two different pools with
the same UUID. Libvirt used to accept that but as of a recent
commit it started rejecting it for the test driver.

The UUID stuff isn't adding anything so drop it from all the test
cases and data.
2017-12-14 12:45:01 -05:00

11 lines
210 B
XML

<pool type="logical">
<name>pool-logical-srcname</name>
<source>
<device path="/some/source/path"/>
<name>vgname</name>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>