Test Suite: install_default on rocky-8.5-[minimal|boot|dvd]-iso-x86_64 #77

Merged
akatch merged 6 commits from package_group_selection into develop 2022-03-31 23:23:01 +00:00
2 changed files with 18 additions and 10 deletions
Showing only changes of commit cc35f53dee - Show all commits

View File

@ -618,17 +618,13 @@
}, },
"install_package_set_minimal": { "install_package_set_minimal": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-minimal-iso-x86_64-*-64bit": 10,
"rocky-universal-aarch64-*-aarch64": 30, "rocky-universal-aarch64-*-aarch64": 30,
"rocky-universal-x86_64-*-64bit": 30 "rocky-universal-x86_64-*-64bit": 30,
},
"settings": {
"PACKAGE_SET": "minimal",
"POSTINSTALL": "_console_login"
}
},
"install_package_set_minimal": {
"profiles": {
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
@ -638,6 +634,9 @@
}, },
"install_package_set_server": { "install_package_set_server": {
"profiles": { "profiles": {
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-minimal-iso-x86_64-*-64bit": 10,
"rocky-universal-aarch64-*-aarch64": 30, "rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
@ -648,12 +647,15 @@
}, },
"install_package_set_graphical-server": { "install_package_set_graphical-server": {
"profiles": { "profiles": {
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30, "rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "ENCRYPT_PASSWORD": "weakpassword",
"HDDSIZEGB": "15",
"PACKAGE_SET": "graphical-server", "PACKAGE_SET": "graphical-server",
"POSTINSTALL": "_console_login", "POSTINSTALL": "_console_login",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
@ -662,12 +664,15 @@
}, },
"install_package_set_workstation": { "install_package_set_workstation": {
"profiles": { "profiles": {
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30, "rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "ENCRYPT_PASSWORD": "weakpassword",
"HDDSIZEGB": "15",
"PACKAGE_SET": "workstation", "PACKAGE_SET": "workstation",
"POSTINSTALL": "_console_login", "POSTINSTALL": "_console_login",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
@ -676,6 +681,8 @@
}, },
"install_package_set_virtualization-host": { "install_package_set_virtualization-host": {
"profiles": { "profiles": {
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30, "rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },

View File

@ -38,6 +38,7 @@ sub run {
send_key "spc"; send_key "spc";
} }
# check that desired environment is selected
assert_screen "anaconda_".$packageset."_selected"; assert_screen "anaconda_".$packageset."_selected";
assert_and_click "anaconda_spoke_done"; assert_and_click "anaconda_spoke_done";