Project

General

Profile

action #160168

Updated by JERiveraMoya about 2 months ago

#### Motivation 
 In order to fix This ticket is about [[this failure]] (https://openqa.suse.de/tests/14265144#step/yast2_kdump_accept_kdump_options/13) case]] (https://openqa.suse.de/tests/14265144#step/yast2_kdump_accept_kdump_options/13): I checked the last build's [[passed case]] (https://openqa.suse.de/tests/14112257) 
 we need to revert recent work where we updated the AutoYaST profile Now in create_hdd_textmode_yast, leaving the default values for kdump for s390x we will solve the problem of these expected settings build 83.1 it failed with error message: 
 ``` 
 # Test died: Configuration files validation failed: 
 Setting 'KDUMP_DUMPFORMAT' with value 'compressed' not validating. 

 found in /etc/sysconfig/kdump. 
 Setting 'KDUMP_KEEP_OLD_DUMPS' with value '0' not found in /etc/sysconfig/kdump. 
 Setting 'KDUMP_IMMEDIATE_REBOOT' with value 'true' not found in /etc/sysconfig/kdump. 
  at sle/lib/cfg_files_utils.pm line 106. 
 ``` 
 #### Acceptance criteria 
 **AC1** : kdump has default settings in Adapt the parent image and validation passes again 

 #### Suggestions 
 Default settings is not write specific ones, but better test code to check exactly what we did searching make it works for previous PRs. the latest build. 

Back