mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 15:23:08 +00:00
Move install_blivet_resize_lvm to server-dvd-iso (#201)
This is the same thing we did for install_resize_lvm, to address issue #201. We just didn't get around to doing it for the blivet test yet. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
87a2477c31
commit
7cdfb1aeba
@ -705,15 +705,16 @@
|
|||||||
},
|
},
|
||||||
"install_blivet_resize_lvm": {
|
"install_blivet_resize_lvm": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-universal-aarch64-*-aarch64": 20,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-universal-ppc64le-*-ppc64le": 20,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-universal-x86_64-*-64bit": 20
|
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"PARTITIONING": "custom_blivet_resize_lvm",
|
"PARTITIONING": "custom_blivet_resize_lvm",
|
||||||
"HDD_1": "disk_f%PREVREL%_desktop_4_%ARCH%.img",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
|
"INSTALL": "1",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"INSTALL": "1"
|
"START_AFTER_TEST": "install_lvm_ext4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_resize_lvm": {
|
"install_resize_lvm": {
|
||||||
@ -1274,6 +1275,7 @@
|
|||||||
"fedora-Server-dvd-iso-x86_64-*-uefi": 41
|
"fedora-Server-dvd-iso-x86_64-*-uefi": 41
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"HDDSIZEGB": "15",
|
||||||
"PARTITIONING": "custom_lvm_ext4",
|
"PARTITIONING": "custom_lvm_ext4",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
||||||
|
Loading…
Reference in New Issue
Block a user