action #23774
closed[sle][functional][ipmi] Improve stability of gnome@64bit-ipmi (especially after reboot)
0%
Description
Current Issue¶
We've had network issues with the IPMI worker in before. Now that they are fixed, it turns out that gnome@64bit-ipmi (https://openqa.suse.de/tests/1132258) is pretty unstable in establishing a new connection to the SUT after sshd has started. It times out to early.
Unfortunately i could not make out where this test uses the variable SUT_IP (this IP gets accessed according to the autoinst-log.txt after installation over IPMI_HOSTNAME).
Excerpt from the autoinst-log.txt:
13:46:50.8593 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:51.8603 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:52.8614 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:53.8626 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:54.8636 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:55.8645 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:56.8656 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
13:46:57.8666 31832 Error connecting to host : IO::Socket::INET: connect: Connection refused
Until this issue is fixed I suggest to remove this test suite from our current tests.
Proposed solution¶
The timeout to connect to the SUT_IP needs to be increased from 7 seconds to at least 30 seconds up to 2 minutes.
Updated by nicksinger over 7 years ago
- Related to action #23724: [infrastructure][ipmi] openQA is unable to reconnect to quinn (openQA ipmi worker) added
Updated by okurz about 7 years ago
- Category set to Enhancement to existing tests
Updated by riafarov almost 7 years ago
- Status changed from New to Rejected
After many changes we have introduced to ipmi workers we have much more stable env there and this error hasn't been there for a while, so rejecting and working on relevant up-to-date issues.