]> git.proxmox.com Git - pve-installer.git/commitdiff
auto-installer: tests: fix wrong option name in expected output
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 23 Jul 2024 09:24:57 +0000 (11:24 +0200)
committerChristoph Heiss <c.heiss@proxmox.com>
Fri, 9 Aug 2024 11:02:29 +0000 (13:02 +0200)
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 <c.heiss@proxmox.com>
proxmox-auto-installer/tests/resources/parse_answer/hashed_root_password.json

index 19c51ba719e648d08cb7db1c62f313aaaef54677..4cae547e0e201e40b670aa2b4598e8733900f415 100644 (file)
@@ -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",