From 088dc9d5ff11032d90534b210da291731d580c68 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Jul 2021 10:56:16 -0700 Subject: [PATCH] Correct postinstall test name for install_blivet_resize_lvm Signed-off-by: Adam Williamson --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index cbfbd203..ff5eb7bd 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -802,7 +802,7 @@ "PARTITIONING": "custom_blivet_resize_lvm", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "INSTALL": "1", - "POSTINSTALL": "custom_resize_lvm_postinstall", + "POSTINSTALL": "disk_custom_resize_lvm_postinstall", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "install_lvm_ext4" }