Add a new flavour to test upgrade postinstall tests.

This commit is contained in:
Lukáš Růžička 2021-11-29 09:27:58 +01:00 committed by Adam Williamson
parent fb909555e6
commit e85f09f071
1 changed files with 32 additions and 0 deletions

View File

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