Project

General

Profile

action #45020

Updated by okurz about 5 years ago

## Motivation 

 openQA test in scenario sle-15-SP1-Installer-DVD-aarch64-create_hdd_gnome@aarch64 fails in 
 [first_boot](https://openqa.suse.de/tests/2317867#step/first_boot/5) expecting a desktop but only the text login shows up. 

 [installation_overview](https://openqa.suse.de/tests/2317867/modules/installation_overview/steps/2) already showed that the target will be "Text mode" instead of "Graphical mode" where the test could already fail. But even earlier in https://openqa.suse.de/tests/2317867#step/system_role/1 only the "Minimal" role is shown and preselected even though it should be "SLES with GNOME". 


 ## Acceptance criteria 
 * **AC1:** The wrong desktop to be expected is already detected before installation of packages starts 


 ## Suggestions 
 Check I currently see two possibilities, detect the expect system roles explicitly or check within the installation summary for the expected boot target. Out of scope: Explicit I recommend the latter approach because when there is just a single system role checks. That is covered in #37504 

 * I it can think of three ways how to handle this: 

 1. Extend existing needles in still be that the installation summary to cover the systemd target 
 2. Add an explicit needle check for the systemd target 
 3. Check the logs from the installation system for the right systemd target before rebooting role selection screen is skipped. 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?test=create_hdd_gnome&arch=aarch64&machine=aarch64&distri=sle&version=15-SP1&flavor=Installer-DVD) 

Back