Finish the post review changes.
This commit is contained in:
parent
b5169e602b
commit
4d4b2d7739
@ -78,9 +78,8 @@ for user in ("jack", "jim"):
|
||||
testliterals.append(f"user_confirm_{user}")
|
||||
# partitioning stuff, there's a bunch of this, all in anaconda.pm
|
||||
# multiple things use this
|
||||
for part in ("swap", "root", "ext4", "efi", "boot"):
|
||||
for part in ("swap", "root", "efi", "boot"):
|
||||
testliterals.append(f"anaconda_part_select_{part}")
|
||||
testliterals.append(f"anaconda_blivet_part_select_{part}")
|
||||
testliterals.append(f"anaconda_blivet_part_inactive_{part}")
|
||||
# select_disks
|
||||
for num in range(1, 10):
|
||||
|
@ -178,7 +178,7 @@ sub custom_blivet_format_partition {
|
||||
# This subroutine formats a selected partition. To use it, you must select the
|
||||
# partition by other means before you format it using this routine.
|
||||
# You have to create a needle for any non-existing filesystem that is
|
||||
# passed via the $type, such as anaconda_blivet_part_select_ext4.
|
||||
# passed via the $type, such as anaconda_blivet_part_fs_ext4.
|
||||
my %args = @_;
|
||||
# Start editing the partition and select the Format option
|
||||
assert_and_click "anaconda_blivet_part_edit";
|
||||
|
@ -260,7 +260,7 @@
|
||||
"flavor": "Workstation-live-iso",
|
||||
"settings": {
|
||||
"DESKTOP": "gnome",
|
||||
"HDDSIZEGB": "13",
|
||||
"HDDSIZEGB": "20",
|
||||
"LIVE": "1",
|
||||
"PACKAGE_SET": "default",
|
||||
"TEST_TARGET": "ISO"
|
||||
@ -623,28 +623,26 @@
|
||||
"START_AFTER_TEST": "install_default_upload"
|
||||
}
|
||||
},
|
||||
"install_blivet_resize": {
|
||||
"install_blivet_resize_lvm": {
|
||||
"profiles": {
|
||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 30,
|
||||
"fedora-Workstation-live-iso-x86_64-*-uefi": 30,
|
||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30
|
||||
},
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_blivet_resize",
|
||||
"PARTITIONING": "custom_blivet_resize_lvm",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"START_AFTER_TEST": "install_default_upload",
|
||||
"INSTALL": "1"
|
||||
}
|
||||
},
|
||||
"install_resize": {
|
||||
"install_resize_lvm": {
|
||||
"profiles": {
|
||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 30,
|
||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30,
|
||||
"fedora-Workstation-live-iso-x86_64-*-uefi": 30
|
||||
},
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_resize",
|
||||
"PARTITIONING": "custom_resize_lvm",
|
||||
"START_AFTER_TEST": "install_default_upload",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"INSTALL": "1",
|
||||
@ -915,7 +913,8 @@
|
||||
"fedora-Server-boot-iso-x86_64-*-64bit": 10,
|
||||
"fedora-Server-boot-iso-x86_64-*-uefi": 11,
|
||||
"fedora-Server-dvd-iso-x86_64-*-uefi": 11,
|
||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-uefi": 51
|
||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-uefi": 51,
|
||||
"fedora-Workstation-live-iso-x86_64-*-uefi": 11
|
||||
},
|
||||
"settings": {
|
||||
"PACKAGE_SET": "default",
|
||||
@ -933,8 +932,7 @@
|
||||
"fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
|
||||
"fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
|
||||
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 10,
|
||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 10,
|
||||
"fedora-Workstation-live-iso-x86_64-*-uefi": 10
|
||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 10
|
||||
},
|
||||
"settings": {
|
||||
"PACKAGE_SET": "default",
|
||||
|
Loading…
Reference in New Issue
Block a user