From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 36B381FF2CA for ; Tue, 23 Jul 2024 17:25:32 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 91B3F67F0; Tue, 23 Jul 2024 17:25:56 +0200 (CEST) From: Fiona Ebner To: pve-devel@lists.proxmox.com Date: Tue, 23 Jul 2024 17:25:40 +0200 Message-Id: <20240723152548.129832-3-f.ebner@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240723152548.129832-1-f.ebner@proxmox.com> References: <20240723152548.129832-1-f.ebner@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.061 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH qemu-server 02/10] test: bump QEMU version in tests for too new machine type and pve version X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" 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 --- test/cfg2cmd/minimal-defaults-to-new-machine.conf | 4 ++-- test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel