diff --git a/test/cfg2cmd/minimal-defaults-to-new-machine.conf b/test/cfg2cmd/minimal-defaults-to-new-machine.conf index 35967cfb..f856f243 100644 --- a/test/cfg2cmd/minimal-defaults-to-new-machine.conf +++ b/test/cfg2cmd/minimal-defaults-to-new-machine.conf @@ -1,5 +1,5 @@ # TEST: newer machine verison than QEMU version installed on node -# QEMU_VERSION: 4.1.1 -# EXPECT_ERROR: Installed QEMU version '4.1.1' is too old to run machine type 'pc-q35-42.9+pve0', please upgrade node 'localhost' +# QEMU_VERSION: 9.0.0 +# 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 machine: pc-q35-42.9 diff --git a/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf b/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf index 87e7a076..f0f5cc33 100644 --- a/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf +++ b/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf @@ -1,5 +1,5 @@ # TEST: newer machine verison than QEMU version installed on node -# QEMU_VERSION: 4.1.1 -# 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' +# QEMU_VERSION: 9.0.0 +# 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 -machine: pc-q35-4.0+pve77 +machine: pc-q35-9.0+pve77