Project

General

Profile

action #103718

Updated by JERiveraMoya over 2 years ago

The page we find ourselves in `encrypt_lvm_simple_pwd` is the Select Hard Disks(s) page. 
 The Partitioning Scheme page is not shown (there is no checkbox to enable lvm) and thus the test fails. 

 According to last GMC where this test scenario (before the iscsi bug appeared) was working we indeed need to select the disk: 
 https://openqa.suse.de/tests/6445388#step/encrypt_lvm/2 

 Let's apply the the test modules module using libyui-rest-api which we already developed:  
 - `tests/installation/partitioning/guided_setup/select_disks.pm` 
 - `tests/installation/partitioning/guided_setup/encrypt_lvm_simple_pwd.pm` 

Back