mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
c1a1975e49
Test the output against the schema and also against what we expect. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
12 lines
344 B
XML
12 lines
344 B
XML
<disk device='disk' name='vda'>
|
|
<driver type='raw'/>
|
|
<source file='/var/lib/libvirt/images/i.img'>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
<nodename type='format' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
</disk>
|