Project

General

Profile

action #121021

Updated by JERiveraMoya about 1 year ago

#### Motivation 

 openQA test in scenario sle-15-SP5-Regression-on-Migration-from-SLE12-SPx-ppc64le-offline_sles12sp5_media_sdk-lp-asmm-contm-lgm-tcm-wsm-pcm_all_full@ppc64le-2g fails in 
 [upgrade_snapshots](https://openqa.suse.de/tests/10041933/modules/upgrade_snapshots/steps/9) 

 Looks like we timout in the post_run_hook in consoletest.pm, but actually the last command, the wait_serial in upgrade_snapshots.pm succeeds, but the last command doesn lead us to a correct prompt so it for some reason we cannot run the read that file, but we could potentially overwrite that post_run_hook properly. to bypass that problem. 

 See correct prompt here in last succesfull: https://openqa.suse.de/tests/10481195#step/upgrade_snapshots/7 Last successful: https://openqa.suse.de/tests/10481195#step/upgrade_snapshots/11 

 #### Acceptance criteria 
 **AC1**: Try to get the prompt, perhaps more RAM could help this scenario. Figure out if that post_run_hook is really necessary and exclude it if not

Back