mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Add a new flavour to test upgrade postinstall tests.
This commit is contained in:
parent
fb909555e6
commit
e85f09f071
@ -346,6 +346,18 @@
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
"fedora-Workstation-upgrade-live-iso-x86_64-*": {
|
||||
"arch": "x86_64",
|
||||
"distri": "fedora",
|
||||
"flavor": "Workstation-upgrade-live-iso",
|
||||
"settings": {
|
||||
"DESKTOP": "gnome",
|
||||
"HDDSIZEGB": "20",
|
||||
"PACKAGE_SET": "default",
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
"fedora-Workstation-raw_xz-raw.xz-aarch64-*": {
|
||||
"arch": "aarch64",
|
||||
"distri": "fedora",
|
||||
@ -533,6 +545,10 @@
|
||||
"machine": "64bit",
|
||||
"product": "fedora-Workstation-live-iso-x86_64-*"
|
||||
},
|
||||
"fedora-Workstation-upgrade-live-iso-x86_64-*-64bit": {
|
||||
"machine": "64bit",
|
||||
"product": "fedora-Workstation-upgrade-live-iso-x86_64-*"
|
||||
},
|
||||
"fedora-Workstation-live-iso-x86_64-*-uefi": {
|
||||
"machine": "uefi",
|
||||
"product": "fedora-Workstation-live-iso-x86_64-*"
|
||||
@ -2568,6 +2584,22 @@
|
||||
"USER_PASSWORD": "weakpassword"
|
||||
}
|
||||
},
|
||||
"upgrade_workstation_64bit": {
|
||||
"profiles": {
|
||||
"fedora-Workstation-upgrade-live-iso-x86_64-*-64bit": 30
|
||||
},
|
||||
"settings": {
|
||||
"BOOTFROM": "c",
|
||||
"DESKTOP": "gnome",
|
||||
"HDD_1": "disk_f%UP1REL%_desktop_4_%ARCH%.qcow2",
|
||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"ROOT_PASSWORD": "weakpassword",
|
||||
"TEST_TARGET": "COMPOSE",
|
||||
"UPGRADE": "1",
|
||||
"USER_LOGIN": "test",
|
||||
"USER_PASSWORD": "weakpassword"
|
||||
}
|
||||
},
|
||||
"upgrade_desktop_encrypted_64bit": {
|
||||
"profiles": {
|
||||
"fedora-universal-x86_64-*-64bit": 30,
|
||||
|
Loading…
Reference in New Issue
Block a user