Project

General

Profile

action #121618

Updated by leli over 1 year ago

#### Motivation 
 Some test failed in migration regression job group for this issue: 
 https://openqa.nue.suse.com/tests/10091596#step/install_service/80 
 https://openqa.nue.suse.com/tests/10091598#step/install_service/80 
 https://openqa.nue.suse.com/tests/10091601#step/install_service/80 

 ############from log############### 
  ########################## 
 # wait_serial expected: "SCRIPT_FINISHEDWsHb7-\\d+-" 
  
 # Result: 

 WsHb7 
 SCRIPT_FINISHEDWsHb7-1- 
 ############################# 
 It failed for the serial return value is not as expected.  

 #### Acceptance criteria 
 **AC1**:  

 Figure out the root cause of this issue and fix it. 

 #### Suggestions 
 - It maybe the output in the serial console mixed, so we could clear the console before run the cmd in serial to verify, and even wait for a while after previous cmd. 
 - Double check where this value('WsHb7') comes in code may helpful.

Back