Project

General

Profile

action #156616

Updated by leli about 2 months ago

#### Motivation 
 [lvm-full-encrypt](https://openqa.suse.de/tests/13828509#step/handle_reboot/5) [Failed job](https://openqa.suse.de/tests/13685171#step/handle_reboot/5) 
 The test need input password for encrypt boot but the condition is hard to match: `my $need_unlock_after_bootloader = is_leap('<15.6') || is_sle('<15-sp6') || is_leap_micro || is_sle_micro || is_alp || (!get_var('LVM', '0') && !get_var('FULL_LVM_ENCRYPT', '0'));`  

 So it is better for us to add test modules to deal with 'input password for encrypt boot' instead of boot_encrypt in yaml file. 

 #### Acceptance criteria 
 **AC1**: Add test module to input password for encrypt boot instead of boot_encrypt 

Back