Project

General

Profile

action #33364

Updated by riafarov over 3 years ago

As an outcome of regression we got in https://bugzilla.suse.com/show_bug.cgi?id=1085439 we would like to cover encrypted disk activation with ay. 

 Test should cover installation activating existing encrypted partitions during probe based on the profile from the attachment attachment. 

 We can use image from cryptlvm job. 

 We can use AUTOYAST_CONFIRM setting to sync with installation and validate activation of the partition same way as we do already for cryptlvm+activate existing 
 (see https://openqa.suse.de/tests/5163223#step/installation/4). 

 In the profile it can be enabled by injecting following section: 
 ``` 
 <general> 
   <mode> 
     <confirm config:type="boolean">true</confirm> 
   </mode> 
 </general> 
 ``` 

 Acceptance criteria: 
 1. Test activating existing encrypted partitions is running for SLE 15 SP3 qemu 64bit 
 2. Activation of the partition is validated and SLE 12 

Back