qemuxml2argvtest: disk-missing-target: Add two disks with same bus

A recent code movement introduced a bug which reproduces only when there
are two disks on the same bus missing the target. Improve the test case
for the missing target test.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2021-12-16 14:07:48 +01:00
parent 019b74103b
commit 8557431995

View File

@ -17,6 +17,9 @@
<disk type='block' device='disk'>
<source dev='/dev/HostVG/QEMUGuest1'/>
</disk>
<disk type='block' device='disk'>
<source dev='/dev/HostVG/QEMUGuest2'/>
</disk>
<memballoon model='virtio'/>
</devices>
</domain>