Project

General

Profile

action #69406

Updated by oorlov over 3 years ago

## Motivation 
 Validation for encrypted disk activation was added in scope of [poo#68962](https://progress.opensuse.org/issues/68962). The module `validate_activation_encrypted_partition` was excluded for PowerVM, because while switching to `install-shell` console, black screen was appeared instead of the right tty console. The module should be enabled for PowerVM as well, so that the issue with the console switching need to be investigated and fixed. 

 ## Acceptance criteria 
 1. `validate_activation_encrypted_partition` is added to `schedule/yast/encryption/cryptlvm+activate_existing_spvm.yaml`; `schedule/yast/encrypt/cryptlvm+activate_existing_pvm.yaml`; 
 2. The `validate_activation_encrypted_partition` module is passed on PowerVM.

Back