libvirt/tests/domainsnapshotxml2xmlin/external_vm.xml
Peter Krempa a686115cba domainsnapshotxml2xmltest: Add existing files as new tests
There were plenty snapshot XMLs in the tests/domainsnapshotxml2xmlin
directory that actually weren't used in XML testing. The upgraded
domainsnapshotxml2xml test now allows us to use them.
2013-12-05 09:41:29 +01:00

10 lines
240 B
XML

<domainsnapshot>
<name>my snap name</name>
<description>!@#$%^</description>
<state>running</state>
<memory snapshot='external' file='/dev/HostVG/GuestMemory'/>
<parent>
<name>earlier_snap</name>
</parent>
</domainsnapshot>