mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-05 09:17:55 +03:00
193a5cd770
Since there are certain checks that depend on the QEMU binary version, tests with a fixed QEMU binary version make it less likely to catch issues on current setups, because for those, the QEMU binary version will always be higher than in the tests. For all but one of the affected tests, there's no real requirement to test for a specific machine version either, so just use the latest. The exception is the 'netdev' test, because it should stay distinct from the 'netdev-7.1' test. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Reviewed-by: Daniel Kral <d.kral@proxmox.com> Tested-by: Daniel Kral <d.kral@proxmox.com>
16 lines
551 B
Plaintext
16 lines
551 B
Plaintext
# TEST: Test for a specific bootorder given by 'boot: order=' property
|
|
cores: 3
|
|
boot: order=virtio1;net0;scsi4;ide2
|
|
ide2: none,media=cdrom
|
|
memory: 768
|
|
name: simple
|
|
net0: virtio=A2:C0:43:77:08:A0,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi4: local:8006/vm-8006-disk-0.qcow2,discard=on,size=104858K
|
|
smbios1: uuid=7b10d7af-b932-4c66-b2c3-3996152ec465
|
|
sockets: 1
|
|
virtio0: local:8006/vm-8006-disk-0.qcow2,discard=on,iothread=1,size=104858K
|
|
virtio1: local:8006/vm-8006-disk-0.qcow2,discard=on,iothread=1,size=104858K
|
|
vmgenid: c773c261-d800-4348-9f5d-167fadd53cf8
|