mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
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:
parent
4eec75bec3
commit
d0912fd217
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user