Actions
action #128324
closed[qe-core] test fails in boot_into_snapshot
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2023-04-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
The code seems a bit fragile in catching the 'grub' screen to press 'up' (stop_grub_timeout)
assert_screen('linux-login', 200);
select_console 'root-console';
script_run("systemctl reboot", 0);
reset_consoles;
stop_grub_timeout;
boot_into_snapshot;
As is visible from the linked test, the reboot does happen - not sure when/if 'up' (stop_grub_timeout) is pressed, but at least 'boot_into_snapshot' does not find the needed menu as we already end up on a booted system.
openQA test in scenario opensuse-Tumbleweed-DVD-ppc64le-boot_to_snapshot@ppc64le fails in
boot_into_snapshot
Test suite description¶
Reproducible¶
Fails since (at least) Build 20230223
Expected result¶
Last good: 20230222 (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions