Project

General

Profile

action #57743

Updated by riafarov over 4 years ago

## Observation 

 openQA test in scenario sle-15-SP2-Installer-DVD-s390x-cryptlvm@s390x-zVM-hsi-l2 fails in 
 [shutdown](https://openqa.suse.de/tests/3445507/modules/shutdown/steps/3) 

 The shutdown module makes a call to the power_action to poweroff. I think the type_string "$action\n"; is not reach in power_action which makes the flow to check the else statement. from there it should drop into the poweroff_x11. Maybe it would be better to pass the textmode parameter explicitly in to the power_action. 

 This is cause by the change that we start testing gnome on s390x again and therefore use gnome menu to shutdown the system. 
 Console way of shutting down worked fine: https://openqa.suse.de/tests/3305529#step/shutdown/6 

 We need to investigate why gnome way doesn't work (maybe we don't press authenticate button). 
 If problem is not resolved, we need follow-up ticket to apply the solution. 

  

 ## Test suite description 
 Maintainers: okurz 

 Conduct installation with encrypted LVM selected during installation. Generated disk image used in downstream jobs. 

 (crypt-)LVM installations can take longer, especially on non-x86_64 architectures. 

 YAML_SCHEDULE=schedule/yaml/cryptlvm/cryptlvm_sle.yaml 


 ## Reproducible 

 Fails since (at least) Build [36.1](https://openqa.suse.de/tests/3355212) 


 ## Expected result 

 Last good: [27.1](https://openqa.suse.de/tests/3305529) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=s390x&distri=sle&flavor=Installer-DVD&machine=s390x-zVM-hsi-l2&test=cryptlvm&version=15-SP2) 

Back