mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +00:00
Apply LVM resize disk change to correct test
The affected tests start after install_lvm_ext4, so we need to bump HDDSIZEGB there, not in the downstream tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b7be0bd064
commit
4cf48547bf
@ -860,7 +860,6 @@
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_blivet_resize_lvm",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"HDDSIZEGB": "17",
|
||||
"INSTALL": "1",
|
||||
"POSTINSTALL": "disk_custom_resize_lvm_postinstall",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
@ -876,7 +875,6 @@
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_resize_lvm",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"HDDSIZEGB": "17",
|
||||
"INSTALL": "1",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"START_AFTER_TEST": "install_lvm_ext4"
|
||||
@ -1774,7 +1772,7 @@
|
||||
"fedora-Server-dvd-iso-x86_64-*-uefi": 41
|
||||
},
|
||||
"settings": {
|
||||
"HDDSIZEGB": "15",
|
||||
"HDDSIZEGB": "17",
|
||||
"PARTITIONING": "custom_lvm_ext4",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
||||
|
Loading…
Reference in New Issue
Block a user