mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
0ea43b55a4
Now that we can override the post-parse handling, let's update the testsuite to provide the desired timestamp/name rather than ignoring the non-deterministic one that was previously being generated. A few output files need timestamps added now that they are no longer ignored. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Cole Robinson <crobinso@redhat.com>
11 lines
250 B
XML
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>
|