action #169243
Updated by ph03nix 6 months ago
Current SLEM openQA test runs that rely on the [JeOS-firstboot wizard](https://github.com/openSUSE/jeos-firstboot) do not work for ppc64le after https://bugzilla.suse.com/show_bug.cgi?id=1229336. in scenario sle-micro-6.1-Base-RT-SelfInstall-aarch64-default@aarch64 fails in [firstrun](https://openqa.suse.de/tests/15818263/modules/firstrun/steps/3) The reason main issue is that the graphical console by default does not work. This means all test runs that rely on the JeOS-firstboot wizard (i.e. all test runs that do not use ignition/combustions/cloud-init) are affected. https://bugzilla.suse.com/show_bug.cgi?id=1229336#c37 outlines that the graphical display is not expected to work on PPC, so we need to make a test runs that utilizes modify the JeOS-firstboot wizard via console parameter, but so far that's not possible in the serial terminal. This should replace the currently used `firstrun` fristrun module. ## Acceptance criteria * **AC1**: A test module installs SLEM6 using the JeOS-firstboot wizard via Serial Terminal * **AC2**: The "Latest" SLEM6 job group will use this in their ppc64 test runs in the non-ignition/combustion/cloud-init test runs ## Further references * openQA test in scenario sle-micro-6.1-Base-RT-SelfInstall-aarch64-default@aarch64 fails in [firstrun](https://openqa.suse.de/tests/15818263/modules/firstrun/steps/3)