Actions
action #115577
closed[qe-core][sle15sp5]test fails in disable_grub_timeout
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
QA (public, currently private due to #173521) - QE-Core: Ready
Start date:
2022-08-22
Due date:
% Done:
100%
Estimated time:
3.00 h
Difficulty:
Tags:
Description
Observation¶
openQA test in scenario sle-15-SP5-Online-s390x-allmodules+allpatterns-gnome@s390x-kvm-sle12 fails in
disable_grub_timeout
Test suite description¶
Maintainer: zluo
add allmodules+allpatterns-gnome test suite to SLE15-SP2
Reproducible¶
Fails since (at least) Build 9.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 over 2 years ago
- Subject changed from [qe-core][sle15sp4]test fails in disable_grub_timeout to [qe-core][sle15sp5]test fails in disable_grub_timeout
Updated by rfan1 over 2 years ago
It seems we need more steps to match the needle:
--- a/tests/installation/disable_grub_timeout.pm
+++ b/tests/installation/disable_grub_timeout.pm
@@ -31,7 +31,7 @@ sub run {
}
else {
# Select section booting on Installation Settings overview (video mode)
- send_key_until_needlematch 'booting-section-selected', 'tab';
+ send_key_until_needlematch 'booting-section-selected', 'tab', 25, 1;
send_key 'ret';
}
Updated by rfan1 over 2 years ago
- Status changed from New to In Progress
- Assignee set to rfan1
- % Done changed from 0 to 10
- Estimated time set to 3.00 h
Updated by rfan1 over 2 years ago
- % Done changed from 10 to 40
Updated by rfan1 over 2 years ago
- Status changed from In Progress to Feedback
- % Done changed from 40 to 90
Updated by rfan1 over 2 years ago
- Status changed from Feedback to Resolved
- % Done changed from 90 to 100
Actions