mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 14:05:18 +00:00
3203681e5e
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>
16 lines
401 B
XML
16 lines
401 B
XML
<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>
|