mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
a686115cba
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.
11 lines
275 B
XML
11 lines
275 B
XML
<domainsnapshot>
|
|
<name>my snap name</name>
|
|
<description>!@#$%^</description>
|
|
<state>nostate</state>
|
|
<creationTime>1272917631</creationTime>
|
|
<memory snapshot='internal'/>
|
|
<domain>
|
|
<uuid>9d37b878-a7cc-9f9a-b78f-49b3abad25a8</uuid>
|
|
</domain>
|
|
</domainsnapshot>
|