Project

General

Profile

action #151558

Updated by tjyrinki_suse 5 months ago

openQA test in scenario sle-micro-6.0-Default-encrypted-x86_64-container_selinux@uefi fails in 
 [firstrun](https://openqa.suse.de/tests/12874494/modules/firstrun/steps/5) 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle-micro&flavor=Default-encrypted&machine=uefi&test=container_selinux&version=6.0) 

 Firstrun is failing with in distri sle-micro and version 6.0 - that is, ALP - in the encrypted flavor (that does not use ignition but uses firstrun wizard). This is likely due to it picking up the SLE Micro 5.x expections while it should now work as intended on ALP. There may or may not be difference between ALP Dolomite and ALP Marble in this regard, but likely it should be largely the same. 

 selinux_setup was updated to use is_alp || is_sle_micro('>=6.0'), jeos/firstrun should maybe using is_sle || is_sle_micro('<6.0') in some places and the former in other places, not sure what would be optimal.

Back