mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-05 09:17:55 +03:00
2dc870b627
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. Some of the affected tests explicitly mention the version, so set the machine version for those. For the others, there's no real requirement to test for a specific machine version either, so just use the latest. This completes the transition for using machine version for tests instead of QEMU binary version. The three remaining tests that set the binary version explicitly want to test for it. 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
381 B
Plaintext
14 lines
381 B
Plaintext
# TEST: Config with q35, Linux & nothing much else but on 7.0
|
|
bios: ovmf
|
|
bootdisk: scsi0
|
|
cores: 2
|
|
efidisk0: local:100/vm-100-disk-1.qcow2,size=128K
|
|
machine: pc-q35-7.0
|
|
meta: creation-qemu=6.1
|
|
memory: 512
|
|
net0: virtio=2E:01:68:F9:9C:87,bridge=vmbr0
|
|
ostype: l26
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=3dd750ce-d910-44d0-9493-525c0be4e687
|
|
vmgenid: 54d1c06c-8f5b-440f-b5b2-6eab1380e13d
|