Project

General

Profile

coordination #23650

Updated by SLindoMansilla almost 5 years ago

## Observation 

 openQA test in scenario sle-15-Leanos-DVD-x86_64-gnome@64bit-ipmi fails in 
 [boot_from_pxe](https://openqa.suse.de/tests/1129653) as incomplete with the message "Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused" in the autoinst-log.txt. 


 ## Expected result 

 The test never worked for SLE15. 

 ## Acceptance criteria 

 - **AC1:** Test suite **default** is able to complete as _install only_ for SLE15-SP1+ the SLE15 setup over IPMI 
 - **AC2:** Test suite **gnome** is able to complete as _install only_ for SLE15-SP1+ over IPMI IPMI. 


 ## Problem 

 autoinst-log.txt 

 ``` 
 10:08:07.4045 Debug: /var/lib/openqa/cache/tests/sle/tests/boot/boot_from_pxe.pm:100 called testapi::select_console 
 10:08:07.4046 5804 <<< testapi::select_console(testapi_console='installation') 
 /usr/lib/os-autoinst/consoles/vnc_base.pm:64:{ 
   'password' => 'nots3cr3t', 
   'port' => 5901, 
   'hostname' => '10.162.2.87' 
 } 
 10:08:09.4100 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:10.4115 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:11.4129 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:12.4139 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:13.4150 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:14.4162 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:15.4174 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 10:08:16.4186 5808 Error connecting to host <10.162.2.87>: IO::Socket::INET: connect: Connection refused 
 DIE socket does not exist. Probably your backend instance could not start or died. at /usr/lib/os-autoinst/consoles/VNC.pm line 881. 

  at /usr/lib/os-autoinst/backend/baseclass.pm line 80. 
	 backend::baseclass::die_handler('socket does not exist. Probably your backend instance could n...') called at /usr/lib/os-autoinst/consoles/VNC.pm line 801 
	 consoles::VNC::catch {...} ('socket does not exist. Probably your backend instance could n...') called at /usr/lib/perl5/vendor_perl/5.18.2/Try/Tiny.pm line 115 
	 Try::Tiny::try('CODE(0x843f028)', 'Try::Tiny::Catch=REF(0x843f310)') called at /usr/lib/os-autoinst/consoles/VNC.pm line 803 
	 consoles::VNC::update_framebuffer('consoles::VNC=HASH(0x8440268)') called at /usr/lib/os-autoinst/consoles/vnc_base.pm line 74 
 ``` 
 That's annoying because incompletes are harder to understand and carry over can't work. (Improvement of this message is handled separately) 


 ## Further details 

 Always latest result in this scenario: 
 - latest SLE15-SP2 default(server role) (Coming soon) 
 - latest SLE15-SP2 gnome (Coming soon) 
 - [latest SLE15-SP1 default (server role)](https://openqa.suse.de/tests/latest?flavor=Installer-DVD&machine=64bit-ipmi&distri=sle&test=default&arch=x86_64&version=15-SP1#next_previous) 
 - [latest SLE15-SP1 gnome](https://openqa.suse.de/tests/latest?flavor=Installer-DVD&machine=64bit-ipmi&distri=sle&test=default&arch=x86_64&version=15-SP1#next_previous) 
 - [latest SLE15](https://openqa.suse.de/tests/latest?machine=64bit-ipmi&version=15&test=gnome&arch=x86_64&flavor=Installer-DVD&distri=sle#) 
 - [former latest, Leanos-DVD](https://openqa.suse.de/tests/latest?machine=64bit-ipmi&version=15&test=gnome&arch=x86_64&flavor=Leanos-DVD&distri=sle) 

Back