mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +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>
14 lines
455 B
XML
14 lines
455 B
XML
<disk device='disk' name='vda' type='network'>
|
|
<driver type='qcow2'/>
|
|
<source protocol='rbd' name='asdf/i.qcow2'>
|
|
<host name='example.com' port='1234'/>
|
|
<host name='alternate.example.com' port='4321'/>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
<nodename type='format' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
</disk>
|