action #27448
closed[sle][functional][easy] test fails in scc_registration - alt-n is pressed too fast and inst-addon screen is missed
0%
Description
Observation¶
openQA misses the inst-addon screen because alt-n is pressed too fast.
We should synchronize the alt-n presses
openQA test in scenario sle-15-Installer-DVD-s390x-btrfs+low_ram@s390x-zVM-vswitch-l3 fails in
scc_registration
Reproducible¶
Fails since (at least) Build 305.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz over 7 years ago
- Due date set to 2017-11-22
- Target version set to Milestone 12
Updated by riafarov over 7 years ago
- Status changed from New to In Progress
- Assignee set to riafarov
Updated by riafarov over 7 years ago
That's strange issue, in the code we don't loop at places where we can press next key,
but in the logs it's pressed twice:
10:47:18.7449 Debug: /var/lib/openqa/cache/openqa.suse.de/tests/sle/tests/installation/scc_registration.pm:35 called registration::fill_in_registration_data
10:47:18.7454 83741 <<< testapi::send_key(key='alt-n', do_wait=0)
10:47:18.9670 Debug: /var/lib/openqa/cache/openqa.suse.de/tests/sle/tests/installation/scc_registration.pm:35 called registration::fill_in_registration_data
10:47:18.9676 83741 <<< testapi::send_key(key='alt-n', do_wait=0)
10:47:19.1992 Debug: /var/lib/openqa/cache/openqa.suse.de/tests/sle/tests/installation/scc_registration.pm:35 called registration::fill_in_registration_data
10:47:19.1998 83741 <<< testapi::wait_still_screen(stilltime=2, timeout=30, similarity_level=47)
Investigating further.
Updated by riafarov over 7 years ago
- Subject changed from [sle][functional] test fails in scc_registration - alt-n is pressed too fast and inst-addon screen is missed to [sle][functional][easy] test fails in scc_registration - alt-n is pressed too fast and inst-addon screen is missed
- Status changed from In Progress to Feedback
Updated by riafarov over 7 years ago
- Status changed from Feedback to Resolved
Runs in production:
https://openqa.suse.de/tests/1248734
https://openqa.suse.de/tests/1248739
https://openqa.suse.de/tests/1248733
https://openqa.suse.de/tests/1248651
Feel free to reopen.
Updated by jorauch about 7 years ago
- Status changed from Resolved to In Progress
Seems like it still appears in:
https://openqa.suse.de/tests/1249105
Updated by riafarov about 7 years ago
- Status changed from In Progress to Feedback
New failure is related, but is different issue. There we can see that registration-online-repos tag matched twice, hence we have pressed alt-n twice and jumped over modules page.
PR with fix: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3907
Updated by SLindoMansilla about 7 years ago
PR merged: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3907
Waiting for verification run on OSD
Updated by riafarov about 7 years ago
- Status changed from Feedback to Resolved
Run in production: https://openqa.suse.de/tests/1257121
Feel free to reopen in case of issues with next button on SCC registration installation page.