mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-16 23:16:46 +00:00

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. Set the machine version, because these tests depend on that. The machine version is what should actually be tested for rather than an old QEMU binary version. 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>
14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
# TEST: Test error for old machine type with newer usb config
|
|
# EXPECT_ERROR: using usb13 is only possible with machine type >= 7.1 and ostype l26 or windows > 7
|
|
cores: 2
|
|
machine: pc-i440fx-4.0
|
|
memory: 768
|
|
name: q35-usb3-error
|
|
net0: virtio=A2:C0:43:77:08:A1,bridge=vmbr0
|
|
ostype: l26
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=7b10d7af-b932-4c66-b2c3-3996152ec465
|
|
vmgenid: c773c261-d800-4348-9f5d-167fadd53cf8
|
|
vga: qxl
|
|
usb13: spice
|