action #124610
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Catch regression when sending right key when switching to tab Bootloader Options in ncurses
0%
Description
Motivation¶
Catch regression when sending right key when switching to tab Bootloader Options in ncurses
Related ticket: https://progress.opensuse.org/issues/124430
Related bug: https://bugzilla.suse.com/show_bug.cgi?id=1208266
In Yam job group we run https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/installation/bootloader_settings/disable_boot_menu_timeout.pm
which is using libyui-rest-api which interact directly with the UI widget via some id, and not sending keys.
To catch this regression we could create a new test module with similar functionality than disable_boot_menu_timeout but navigating right using testapi, so it will be an hybrid. This will enable other squad to move to AutoYaST having piece of mind that this test case is covered.
Anyway this kind of testing is a corner case, just with the introspection provided by the libyui-rest-api we can catch most of the stuff, but it is true that we should maintain some basic testing with needles and shortcuts using testapi, for that in Yam job group we have the off-line installation and some multi-machine scenario which do not work with libyui-rest-api.
This only happens in textmode (ncurses) and the offline scenario runs in qt, but we shouldn't create new test suite for it, but incorporate it in existing test coverage.
Acceptance criteria¶
AC1: Create new test module which use libyui-rest-api for everything except for that step to go 'right'
AC2: Enable this test module in some existing textmode scenario in YaST job group
AC3: Enable this test module in some existing textmode scenario in Staging job group #124676
Updated by JERiveraMoya almost 2 years ago
- Related to action #124430: Right key doesn't reach the SUT when switching to tab Bootloader Options added
Updated by tinawang123 almost 2 years ago
- Status changed from Workable to In Progress
Updated by tinawang123 almost 2 years ago
Updated by JERiveraMoya over 1 year ago
Current build or the next should contain the fix:
https://bugzilla.suse.com/show_bug.cgi?id=1208266
Updated by JERiveraMoya over 1 year ago
I checked Kernel changelog in the installed system and contained the commit mentioned in SR,
therefore I reopened the P1.
Updated by tinawang123 over 1 year ago
- Status changed from In Progress to Resolved