From fdf4e4e75791993c4a8e1e0018687f58dd5f0dd4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Dec 2022 12:25:38 -0800 Subject: [PATCH] Put INSTALL variable back for LVM resize tests These actually *do* need it because they have START_AFTER_TEST set, but they're still install tests. Signed-off-by: Adam Williamson --- templates.fif.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 39e20700..5455b5cf 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -860,6 +860,7 @@ "settings": { "PARTITIONING": "custom_blivet_resize_lvm", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", + "INSTALL": "1", "POSTINSTALL": "disk_custom_resize_lvm_postinstall", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "install_lvm_ext4" @@ -874,6 +875,7 @@ "settings": { "PARTITIONING": "custom_resize_lvm", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", + "INSTALL": "1", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "install_lvm_ext4" }