From 59630b0ccbc6c6fec1c301ceed5359af2dda3d43 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Wed, 29 Sep 2021 20:33:25 -0500 Subject: [PATCH] Remove redundant test suites The suites removed from this commit are functionally identical to the test suites with the same name but omitting the word "blivet". --- templates.fif.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 186a2a2a..8a245247 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -316,20 +316,6 @@ "USER_LOGIN": "false" } }, - "install_blivet_resize_lvm": { - "profiles": { - "rocky-dvd-iso-aarch64-*-aarch64": 40, - "rocky-dvd-iso-x86_64-*-64bit": 40 - }, - "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" - } - }, "install_resize_lvm": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40, @@ -390,18 +376,6 @@ "USER_LOGIN": "qwerty" } }, - "install_blivet_lvmthin": { - "profiles": { - "rocky-universal-aarch64-*-aarch64": 40, - "rocky-universal-x86_64-*-64bit": 40, - "rocky-universal-x86_64-*-uefi": 41 - }, - "settings": { - "PARTITIONING": "custom_blivet_lvmthin", - "POSTINSTALL": "disk_custom_lvmthin_postinstall", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_blivet_lvm_ext4": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40,