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 045581FF2CA for ; Tue, 23 Jul 2024 11:25:03 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9A34E3F208; Tue, 23 Jul 2024 11:25:35 +0200 (CEST) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Tue, 23 Jul 2024 11:24:57 +0200 Message-ID: <20240723092517.219450-2-c.heiss@proxmox.com> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.023 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 installer] auto-installer: tests: fix wrong option name in expected output 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" The name of this configuration option has been changed with commit 0e1d973 [0]. The patch of the commit introducing this tests [1] was posted earlier and wasn't rebased properly before applying. [0] 0e1d973 ("install: config: rename option lvm_auto_rename -> existing_storage_auto_rename") [1] 89314a4 ("auto-installer: add test for hashed root password option") Fixes: 89314a4 ("auto-installer: add test for hashed root password option") Signed-off-by: Christoph Heiss --- .../tests/resources/parse_answer/hashed_root_password.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-auto-installer/tests/resources/parse_answer/hashed_root_password.json b/proxmox-auto-installer/tests/resources/parse_answer/hashed_root_password.json index 19c51ba..4cae547 100644 --- a/proxmox-auto-installer/tests/resources/parse_answer/hashed_root_password.json +++ b/proxmox-auto-installer/tests/resources/parse_answer/hashed_root_password.json @@ -7,7 +7,7 @@ "filesys": "ext4", "gateway": "192.168.1.1", "hdsize": 223.57088470458984, - "lvm_auto_rename": 1, + "existing_storage_auto_rename": 1, "hostname": "pveauto", "keymap": "de", "mailto": "mail@no.invalid", -- 2.45.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel