mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +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>
13 lines
380 B
XML
13 lines
380 B
XML
<disk device='disk' name='vda' type='network'>
|
|
<driver type='raw'/>
|
|
<source protocol='nbd'>
|
|
<host name='example.com' port='1234'/>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
<nodename type='format' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
</disk>
|