action #165890
open[qe-core][qe-virt]test fails in host_config - Cannot login the system with enter 'ret' key
0%
Description
Description
Failed job: https://openqa.suse.de/tests/15274642#step/host_config/13
Cannot login the system, even testapi::send_key(key="ret", wait_screen_change=0)
This is a sporadic issue. It may pass if rerun.
Test suite description
https://openqa.suse.de/tests/15274642#step/host_config/13
Updated by tinawang123 4 months ago
- Subject changed from [qe-vir]test fails in host_config - Cannot login the system with enter 'ret' key to [qe-core][qe-vir]test fails in host_config - Cannot login the system with enter 'ret' key
Updated by xlai 4 months ago
How about using send_key_until_needle_match('ret',...), or send_key('ret',...) multiple times, to ensure that system gets ret? If there is product bug to respond to ret, at least we can exclude the suspect from slow system response or network reason, and open a valid bug. HDYT?
Updated by tinawang123 4 months ago
xlai wrote in #note-3:
How about using send_key_until_needle_match('ret',...), or send_key('ret',...) multiple times, to ensure that system gets ret? If there is product bug to respond to ret, at least we can exclude the suspect from slow system response or network reason, and open a valid bug. HDYT?
I think it may vmware environment issue.
I changed QEMURAM to 2048 and rerun 5 times. One time failed.
I will try to use send_key_until_needle_match to debug again.
Updated by tinawang123 4 months ago ยท Edited
I used 'send_key_until_needlematch('linux-login', 'ret', 20, 10);' run job 10 times.
This issue cannot reproduce. But some jobs failed at other test module.
Related job:
https://openqa.suse.de/tests/15281864
https://openqa.suse.de/tests/15281865
https://openqa.suse.de/tests/15281866
https://openqa.suse.de/tests/15281867
https://openqa.suse.de/tests/15281868
https://openqa.suse.de/tests/15281869
https://openqa.suse.de/tests/15281870
https://openqa.suse.de/tests/15281871
https://openqa.suse.de/tests/15281872
https://openqa.suse.de/tests/15281873
I think maybe we need update the code.
Updated by mkittler 4 months ago
- Related to action #165923: [qa-tools][vmware][spikesolution][timeboxed:20h] VNC reconnect after reboot size:S added