mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-05 09:17:55 +03:00
ac7c615b50
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. Two of the affected tests explicitly mention the version, so set the machine version for those. For the other two, there's no real requirement to test for a specific machine version either, so just use the latest. 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>
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# TEST: Simple test for a BTRFS backed VM, which shouldn't use cache=none like other storages
|
|
bootdisk: scsi0
|
|
cores: 3
|
|
ide2: none,media=cdrom
|
|
memory: 768
|
|
name: simple
|
|
net0: virtio=A2:C0:43:77:08:A0,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: btrfs-store:8006/vm-8006-disk-0.raw,discard=on,size=104858K
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=7b10d7af-b932-4c66-b2c3-3996152ec465
|
|
sockets: 1
|
|
vmgenid: c773c261-d800-4348-1010-1010add53cf8
|