mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
bhyve: fix bhyvexml2arg test
Don't use duplicating target dev names.
This commit is contained in:
parent
f2f6eb2ac5
commit
de77d34ab1
@ -17,7 +17,7 @@
|
||||
<disk type='file' device='cdrom'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/cdrom.iso'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdb' bus='sata'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
|
||||
</disk>
|
||||
<interface type='bridge'>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<disk type='file' device='cdrom'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/cdrom.iso'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdb' bus='sata'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
|
||||
</disk>
|
||||
<interface type='bridge'>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<disk type='file' device='cdrom'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/cdrom.iso'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdc' bus='sata'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
|
||||
<boot order='1'/>
|
||||
</disk>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<disk type='file' device='cdrom'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/cdrom.iso'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdb' bus='sata'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
|
||||
<boot order='1'/>
|
||||
</disk>
|
||||
|
@ -17,13 +17,13 @@
|
||||
<disk type='file'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/freebsd2.img'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdb' bus='sata'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||
</disk>
|
||||
<disk type='file'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/freebsd3.img'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdc' bus='sata'/>
|
||||
<boot order='1'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||
</disk>
|
||||
|
@ -18,14 +18,14 @@
|
||||
<disk type='file'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/freebsd2.img'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdb' bus='sata'/>
|
||||
<boot order='22'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||
</disk>
|
||||
<disk type='file'>
|
||||
<driver name='file' type='raw'/>
|
||||
<source file='/tmp/freebsd3.img'/>
|
||||
<target dev='hda' bus='sata'/>
|
||||
<target dev='hdc' bus='sata'/>
|
||||
<boot order='3'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||
</disk>
|
||||
|
Loading…
Reference in New Issue
Block a user