提交 ba334918 编写于 作者: P Peter Krempa

tests: qemustatusxml2xml: Add another disk to migration-out-nbd-tls case

Upcomming change will modify some aspects. To allow testing upgrade path
add another disk.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 058f99d8
......@@ -247,6 +247,17 @@
</privateData>
</migrationSource>
</disk>
<disk dev='vdc' migrating='yes'>
<migrationSource type='network' format='raw' protocol='nbd' name='drive-virtio-disk2' tlsFromConfig='0'>
<host name='andariel.usersys.redhat.com' port='49152'/>
<privateData>
<nodenames>
<nodename type='storage' name='migration-vdc-storage'/>
<nodename type='format' name='migration-vdc-format'/>
</nodenames>
</privateData>
</migrationSource>
</disk>
<disk dev='hda' migrating='no'/>
</job>
<devices>
......@@ -334,6 +345,14 @@
<alias name='virtio-disk1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/var/lib/libvirt/images/b.qcow2'/>
<backingStore/>
<target dev='vdc' bus='virtio'/>
<alias name='virtio-disk2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/systemrescuecd-x86-4.9.5.iso'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册