Project

General

Profile

action #121618

Updated by leli about 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 ip interface serial return value is on 'UNKNOWN' state while not 'UP', bug to track it https://bugzilla.suse.com/show_bug.cgi?id=1208832 

 We can exclude dhcp-server to avoid this issue on powerVM. 
 INCLUDE_SERVICES 	 sshd,firewalld,apache2,dhcp-server,bind,autofs,vsftpd 

 as expected.  

 #### Acceptance criteria 
 **AC1**: Exclude dhcp-server from powerVM service  

 #### 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 list. where this value('WsHb7') comes in code may helpful.

Back