Project

General

Profile

action #30186

Updated by riafarov about 6 years ago

## Motivation 

 Heiko Rommel (QAM) asked about "secure boot testing" in openQA and we have that support in os-autoinst-distri-opensuse but maybe not currently running for our SLE tests and/or openSUSE and should crosscheck that. 

 ## Further details 

 In https://openqa.suse.de/admin/test_suites I can find the test suite "minimal_x+uefi" specifying "EXTRABOOTPARAMS=secureboot_enable=1" which I am not sure what benefit it will provide. os-autoinst-distri-opensuse mentions `get_var("SECUREBOOT")` which is not mentioned in any test suite on neither osd nor o3. Checking with https://github.com/okurz/scripts/blob/master/openqa-db_query_last_use_of_module I could not find the test module "installation/secure_boot" being called anywhere on neither osd nor o3 so we certainly miss something here. 

 ## Tasks 
 1. Research what is the current state of test scenarios, if secure boot is used anywhere 
 2. Research what has to be done to enable such a scenario and either add it if trivial, or create another ticket with proper description and findings

Back