test: bump QEMU version in tests for too new machine type and pve version

This is necessary to bump the minimum required version in
config_to_command() beyond 4.1.1, because otherwise there will be an
error message mismatch making the test fail.

Bump the tests all the way to 9.0.0, because that is the current version
and because then the test doesn't have to be touched again too soon
(only when wishing to bump the minimum required version beyond 9.0.0
in config_to_command()).

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>
This commit is contained in:
Fiona Ebner 2024-07-23 17:25:40 +02:00 committed by Thomas Lamprecht
parent e1bdb0ad44
commit 417005925f
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# TEST: newer machine verison than QEMU version installed on node # TEST: newer machine verison than QEMU version installed on node
# QEMU_VERSION: 4.1.1 # QEMU_VERSION: 9.0.0
# EXPECT_ERROR: Installed QEMU version '4.1.1' is too old to run machine type 'pc-q35-42.9+pve0', please upgrade node 'localhost' # EXPECT_ERROR: Installed QEMU version '9.0.0' is too old to run machine type 'pc-q35-42.9+pve0', please upgrade node 'localhost'
smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3 smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3
machine: pc-q35-42.9 machine: pc-q35-42.9

View File

@ -1,5 +1,5 @@
# TEST: newer machine verison than QEMU version installed on node # TEST: newer machine verison than QEMU version installed on node
# QEMU_VERSION: 4.1.1 # QEMU_VERSION: 9.0.0
# EXPECT_ERROR: Installed qemu-server (max feature level for 4.0 is pve0) is too old to run machine type 'pc-q35-4.0+pve77', please upgrade node 'localhost' # EXPECT_ERROR: Installed qemu-server (max feature level for 9.0 is pve0) is too old to run machine type 'pc-q35-9.0+pve77', please upgrade node 'localhost'
smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3 smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3
machine: pc-q35-4.0+pve77 machine: pc-q35-9.0+pve77