Fix blivet preserve_home test templates for UEFI switchover

Somehow these two got completely scrambled, testing the wrong
things on the wrong images. Fix them to match the non-blivet
counterparts, which are correct.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-08 12:19:51 -07:00
parent 4eec75bec3
commit d0912fd217
1 changed files with 4 additions and 5 deletions

View File

@ -1456,12 +1456,11 @@
},
"install_blivet_btrfs_preserve_home_bios": {
"profiles": {
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
"fedora-Server-dvd-iso-x86_64-*-bios": 41
},
"settings": {
"PARTITIONING": "custom_blivet_btrfs_preserve_home",
"HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2",
"HDD_1": "disk_f%CURRREL%_minimal-bios_4_%ARCH%.qcow2",
"POSTINSTALL": "btrfs_preserve_home_check_content",
"ROOT_PASSWORD": "weakpassword"
}
@ -1469,11 +1468,11 @@
"install_blivet_btrfs_preserve_home": {
"profiles": {
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
"fedora-Server-dvd-iso-x86_64-*-64bit": 41
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
},
"settings": {
"PARTITIONING": "custom_blivet_btrfs_preserve_home",
"HDD_1": "disk_f%CURRREL%_minimal_4_%ARCH%.qcow2",
"HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2",
"POSTINSTALL": "btrfs_preserve_home_check_content",
"ROOT_PASSWORD": "weakpassword"
}