Project

General

Profile

action #159099

Updated by JERiveraMoya about 1 month ago

#### Motivation 
 This ticket is about [[this case]] (https://openqa.suse.de/tests/14048245#step/yast2_kdump_enable_kdump/2): I checked the last build's [[passed case]] (https://openqa.suse.de/tests/13958319#step/yast2_kdump_enable_kdump/4): the kdump package is not installed by default, and after installing the package, the kdump is disabled by default. So we test enable it. 
 But in the build80.1, the package is already installed and it is enabled already, so the expected "To apply changes" is not shown. 
 So we need to adapt the testing to "disable kdump" and save changes. 

 The first thing to do is to fix the parent job (switch START_AFTER_TEST), it should be create_hdd_textmode_yast, but it is not clear why its RAM is 2GB. Assumption is that changing parent and child to 1GB RAM this could work, because the amount of RAM changes the behavior of kdump. 
 Notice that the failure and the passed one have different RAM. 

 #### Acceptance criteria 
 **AC1** : Try with 1GB in child and parent and see if the kdump behavior Confirm whether it is the same or not. a designed change 
 **AC2** : If still has change, confirm why this Adapt the change in product with the same RAM. 
 **AC3** : If we need by updating testing from enabling kdump to run the test suite with 2GB figure out what makes sense to test. disabling kdump.

Back