action #102233
closed[qe-core] test fails in first_boot - Make x11utils::handle_login recursive
100%
Description
Observation¶
Notes¶
Unless send_key_until_needle_match('esc') is a viable option (more because of the opensuse-welcome screen, idk what would happen if esc is pressed), we might need to resolve to some recursion, up to 2-3 times with a lower timeout (I think 180 is a bit too long), but I would also take into consideration that the authentication of the user could be also shown (maybe both can be combined, and somehow made to work together with ensure_unlocked_desktop)
openQA test in scenario sle-15-SP4-Online-s390x-gnome+proxy_SCC+allmodules@s390x-kvm-sle12 fails in
first_boot
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Maintainers: QE Core, jrauch
Install all module which are available through ProxySCC
Install as patterns during installation.
Reproducible¶
Fails since (at least) Build 43.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by dzedro about 3 years ago
- Status changed from New to In Progress
- Assignee set to dzedro
I would not touch the timeout as it was increased because of aarch64 and this also depends on how much needles are compared. https://progress.opensuse.org/issues/95759
ensure_unlocked_desktop and handle_login are basically doing same thing, but this is another story.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13664
Updated by dzedro almost 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100