libvirt/tests/qemudomainsnapshotxml2xmlout/disk_driver_name_null.xml
Eric Blake 4d91ad1c59 snapshot: Rename qemu domain snapshot test files
Make it obvious that the domainsnapshotxml2xml test is only run when
compiling in support for qemu.

Suggested-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
2019-07-08 16:10:22 -05:00

11 lines
250 B
XML

<domainsnapshot>
<name>asdf</name>
<description>adsf</description>
<creationTime>1555419243</creationTime>
<disks>
<disk name='vda' snapshot='external' type='file'>
<source file='/tmp/foo'/>
</disk>
</disks>
</domainsnapshot>