action #99261
[sporadic] s390x tests fail in first_boot and boot_to_desktop
0%
Description
This failure has occurred both for first_boot and boot_to_desktop on s390x. What happens is that handle_login function in lib/x11utils.pm is checking if the desktop matches with gnome-activities and then presses esc.
249 if (match_has_tag('gnome-activities')) { 250 send_key('esc'); 251 assert_screen([qw(generic-desktop opensuse-welcome)]); 252 }
After that it expects that the desktop will match with normal generic desktop, but we see no change. According to the autoinst.log the esc key is sent indeed. We need to check why the key takes no effect on the desktop. An idea would be to add a second check, for example: send_key('esc') if assert_screen "gnome-activities"; so that in case 'esc' is not accepted the first time, it would take effect, the second time.
Observation¶
openQA test in scenario sle-15-SP4-Online-s390x-zfcp@s390x-zfcp fails in
first_boot
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Maintainer: QE Yast, mgriessmeier
Installation-only test configuring an s390x ZFCP storage.
Reproducible¶
Fails since (at least) Build 29.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#1
Updated by syrianidou_sofia over 1 year ago
- Project changed from openQA Tests to qe-yam
- Description updated (diff)
- Category deleted (
Bugs in existing tests) - Target version set to Current
#2
Updated by syrianidou_sofia over 1 year ago
- Description updated (diff)
#3
Updated by openqa_review over 1 year ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: btrfs_libstorage-ng@s390x-kvm-sle15
https://openqa.suse.de/tests/7262267
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
#4
Updated by openqa_review over 1 year ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: btrfs_libstorage-ng@s390x-kvm-sle15
https://openqa.suse.de/tests/7554261
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
#5
Updated by JERiveraMoya over 1 year ago
- Status changed from New to Rejected
Rejected, please see: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13598