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