mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Put INSTALL variable back for LVM resize tests
These actually *do* need it because they have START_AFTER_TEST set, but they're still install tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
61d77ee108
commit
fdf4e4e757
@ -860,6 +860,7 @@
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_blivet_resize_lvm",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"INSTALL": "1",
|
||||
"POSTINSTALL": "disk_custom_resize_lvm_postinstall",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"START_AFTER_TEST": "install_lvm_ext4"
|
||||
@ -874,6 +875,7 @@
|
||||
"settings": {
|
||||
"PARTITIONING": "custom_resize_lvm",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"INSTALL": "1",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"START_AFTER_TEST": "install_lvm_ext4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user