mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
tests: domainsnapshotxml2xml: make 'disk-seclabel' test operational
Now that we added the seclabels to the schema we can test that they are parsed and formatted correctly. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
ac88a8cfad
commit
3203681e5e
15
tests/domainsnapshotxml2xmlout/disk-seclabel.xml
Normal file
15
tests/domainsnapshotxml2xmlout/disk-seclabel.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<domainsnapshot>
|
||||
<name>my snap name</name>
|
||||
<description>!@#$%^</description>
|
||||
<creationTime>581484660</creationTime>
|
||||
<disks>
|
||||
<disk name='hde' snapshot='external' type='file'>
|
||||
<source file='/path/to/new2'>
|
||||
<seclabel model='dac' relabel='no'/>
|
||||
</source>
|
||||
</disk>
|
||||
</disks>
|
||||
<domain>
|
||||
<uuid>9d37b878-a7cc-9f9a-b78f-49b3abad25a8</uuid>
|
||||
</domain>
|
||||
</domainsnapshot>
|
@ -183,6 +183,7 @@ mymain(void)
|
||||
DO_TEST_INOUT("external_vm", NULL, 1555419243, 0);
|
||||
DO_TEST_INOUT("disk_snapshot", NULL, 1555419243, 0);
|
||||
DO_TEST_INOUT("disk_driver_name_null", NULL, 1555419243, 0);
|
||||
DO_TEST_INOUT("disk-seclabel", "9d37b878-a7cc-9f9a-b78f-49b3abad25a8", 581484660, 0);
|
||||
|
||||
DO_TEST_IN("name_and_description", NULL);
|
||||
DO_TEST_IN("description_only", NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user