mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Domain snapshot RNG and tests.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
3
tests/domainsnapshotxml2xmlin/description_only.xml
Normal file
3
tests/domainsnapshotxml2xmlin/description_only.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<domainsnapshot>
|
||||
<description>My description</description>
|
||||
</domainsnapshot>
|
||||
1
tests/domainsnapshotxml2xmlin/empty.xml
Normal file
1
tests/domainsnapshotxml2xmlin/empty.xml
Normal file
@@ -0,0 +1 @@
|
||||
<domainsnapshot/>
|
||||
4
tests/domainsnapshotxml2xmlin/name_and_description.xml
Normal file
4
tests/domainsnapshotxml2xmlin/name_and_description.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<domainsnapshot>
|
||||
<name>snap1</name>
|
||||
<description>A longer description!</description>
|
||||
</domainsnapshot>
|
||||
3
tests/domainsnapshotxml2xmlin/name_only.xml
Normal file
3
tests/domainsnapshotxml2xmlin/name_only.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<domainsnapshot>
|
||||
<name>snapshot1</name>
|
||||
</domainsnapshot>
|
||||
Reference in New Issue
Block a user