Project

General

Profile

action #69046

Updated by riafarov over 3 years ago

See motivation in the parent ticket. 

 This scenario is special about cancelling enabling encrypted partitions. It doesn't make sense to validate this after installation is conducted, as disk will be wiped out. 
 Nevertheless, we can check that disk is activated and existing encrypted partitions partition are NOT activated. This should be done in #69040 

 We already have `tests/console/validate_lvm.pm` and `tests/console/validate_encrypted_partition_not_activated.pm` which we can reuse for the validations. 

 ## Acceptance criteria 
 1. Ignorance of the encrypted partitions is validated 
 2. Partitioning in the installed system is validated 
 3. Test plan is updated accordingly 

Back