action #46259
[functional][y][fast] test fails in partitioning_togglehome - shortcut has changed
0%
Description
Observation¶
openQA test in scenario sle-15-SP1-Installer-DVD-x86_64-allmodules+allpatterns@64bit fails in
partitioning_togglehome
Instead of alt-o now is alt-r. Implement adaption taking into account other products.
Reproducible¶
Fails since (at least) Build 142.1 (current job)
Expected result¶
Last good: 141.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Related issues
History
#1
Updated by JERiveraMoya about 4 years ago
- Subject changed from [functional] test fails in partitioning_togglehome - shorcut has changed to [functional] test fails in partitioning_togglehome - shortcut has changed
#2
Updated by riafarov about 4 years ago
- Related to action #45770: [functional][y][opensuse] test separate home for TW and leap 15.1 added
#3
Updated by okurz about 4 years ago
- Subject changed from [functional] test fails in partitioning_togglehome - shortcut has changed to [functional][y][fast] test fails in partitioning_togglehome - shortcut has changed
- Due date set to 2019-01-29
- Status changed from New to Workable
- Priority changed from Normal to Immediate
- Target version set to Milestone 22
SLE RMs would really appreciate if we could have this fixed ASAP
#4
Updated by riafarov about 4 years ago
- Assignee set to riafarov
#5
Updated by okurz about 4 years ago
- Assignee deleted (
riafarov)
https://build.suse.de/request/show/181391 is the according SR that caused it. https://openqa.suse.de/tests/2376061#step/partitioning_togglehome/3 is the "last good" showing the button "Abort" in the bottom. We needed to press "alt-o". Now there is a "Cancel" button which frees the "r" to be taken and we need to press this. So assuming that TW and Leap 15.1 also have the same SR already included we should do something like:
send_key (is_sle('<=15-SP1') || is_leap('<15.1')) ? 'alt-o' : 'alt-r';
#7
Updated by okurz about 4 years ago
- Status changed from Workable to In Progress
https://build.opensuse.org/request/show/664697 is the according SR for Factory, still pending. I suggest we make an exception and apply the change for SLE only and handle the mess afterwards. riafarov will supply the patch.
#8
Updated by riafarov about 4 years ago
- Status changed from In Progress to Feedback
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/6571
Will keep it open to introduce changes for openSUSE once SR reaches it.
#9
Updated by okurz about 4 years ago
- Priority changed from Immediate to High
Yes, good point. However, the "Immediate" part is covered, SLE15SP1 tests have passed this step: https://openqa.suse.de/tests/2382341#step/partitioning_togglehome/3
Thank you very much for the fast fix.
#10
Updated by okurz about 4 years ago
I saw one zkvm job failing on the missing ncurses needle which I created: partitioning_togglehome-enabledhome-partition-text-zvm-masked_shortcut_key-20190117 and then restarted job.
Let's see if there are more.
#11
Updated by okurz about 4 years ago
https://openqa.suse.de/tests/2385457 failed. Created a new needle for the "bold font" and retriggered
#12
Updated by okurz about 4 years ago
I wondered why so many needles are not used in tests. I found the reason. asmorodskyi in bfaa3016 created a needle with ENV-VIDEOMODE-TEXT
which is never applied because ENV-VIDEOMODE-text
would have been the right one, and other people including me took over the variables from previous needles. great. So created new needle properly. Looks better now: https://openqa.suse.de/tests/2388388#step/partitioning_togglehome/2
#13
Updated by riafarov about 4 years ago
- Status changed from Feedback to Resolved
openSUSE will be addressed here: https://progress.opensuse.org/issues/45770
as of now code will work fine there, shortcut is 'P' not, 'R' for the latest TW and Leap, but we don't have any textmode installation which uses guided setup, so we are safe.