Project

General

Profile

action #163937

Updated by rfan1 12 days ago

## Description 

 I can see the command below can still get return code "0" even ping is not successful. 
 https://openqa.suse.de/tests/14876266#step/before_test/170 

 ``` 
 # wait_serial expected: qr/jeCXy-\d+-/u 
 # Result: 

 PING 10.0.2.2 (10.0.2.2) 56(84) bytes of data. 
 From 10.0.2.11 icmp_seq=1 Destination Host Unreachable 

 --- 10.0.2.2 ping statistics --- 
 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms 

 jeCXy-0- 

   
   lib/network_utils.pm 
  47       assert_script_run "ping -c 1 $gw || journalctl -b --no-pager -o short-precise > /dev/$serialdev"; 

 ``` 
 IMO We need to fix it 

 ## Observation 

 openQA test in scenario sle-15-SP4-Server-DVD-Updates-x86_64-qam_wicked_wlan_sut@64bit fails in 
 [before_test](https://openqa.suse.de/tests/14876266/modules/before_test/steps/170) 

 ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. 


 ## Reproducible 

 Fails since (at least) Build [20240709-1](https://openqa.suse.de/tests/14876266) (current job) 


 ## Expected result 

 Last good: [20240708-1](https://openqa.suse.de/tests/14855833) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Updates&machine=64bit&test=qam_wicked_wlan_sut&version=15-SP4) 

Back