mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-20 19:55:40 +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>
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
# TEST: Test for SPICE under Win10 with a USB3 based SPICE port added
|
|
cores: 2
|
|
machine: pc-i440fx-4.0
|
|
memory: 768
|
|
name: spiceusb3
|
|
net0: virtio=A2:C0:43:77:08:A1,bridge=vmbr0
|
|
ostype: win10
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=7b10d7af-b932-4c66-b2c3-3996152ec461
|
|
vmgenid: c773c261-d800-4348-9f5d-167fadd53cf7
|
|
vga: qxl2
|
|
usb1: spice,usb3=1
|