Project

General

Profile

action #97517

Updated by nanzhang over 2 years ago

## Observation 
 The command was run successfully(Referring successfully(refer to the screenshot in steps), screenshot), but it was failed and timed out with a 'undef' return value. 
 The openqa job was run with PR#13036(https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13036). 

 Failures shows in Referring test job: job "textmode_svirt": 
 http://openqa.nue.suse.com/tests/6939481#step/esxi_open_vm_tools/59 

 ## Steps to reproduce Errors: 
 * Shutdown VM and then power on the VM 
 * select_console 'sut' 
 * Run ping \# Test died: command with assert_script_run in VM (Screenshot - http://openqa.nue.suse.com/tests/6939481#step/esxi_open_vm_tools/57) 
 * Command execution failed with timeout error 'ping -c3 openqa.suse.de' timed out at /usr/lib/os-autoinst/testapi.pm line 960. 
	 testapi::_handle_script_run_ret(**undef**, "ping -c3 openqa.suse.de", "timeout", 90, "quiet", undef, "fail_message", "") called at /usr/lib/os-autoinst/testapi.pm line 1001 
	 testapi::assert_script_run("ping -c3 openqa.suse.de") called at /var/lib/openqa/pool/13/os-autoinst-distri-opensuse/tests/virt_autotest/esxi_open_vm_tools.pm line 139 

 ## Problem Screenshot: 
 H1. The "undef" return value from script_run cause timeout failure 

 ## Suggestion 

 ## Workaround 
 No 
 http://openqa.nue.suse.com/tests/6939481#step/esxi_open_vm_tools/60

Back