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:
Adam Williamson 2023-08-03 09:08:29 +01:00
parent b7be0bd064
commit 4cf48547bf
1 changed files with 1 additions and 3 deletions

View File

@ -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"