action #15170
closedaction #14068: [tools] Gather more system information and logs in case of boot/reboot times out
boot_to_desktop should use same error analysis approach as first_boot
0%
Description
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-x86_64-migration_zdup_offline_sle12sp1_allpatterns@64bit fails in
boot_to_desktop
when trying to boot. Looks very similar to https://openqa.suse.de/tests/652768#step/first_boot/4 but there we at least try to login in text console and gather logs
Suggestion¶
Make sure same error analysis approach is used. Also applies anywhere else where wait_boot is used
Further details¶
Always latest result in this scenario: latest
Updated by okurz almost 8 years ago
- Status changed from New to Resolved
- Assignee set to okurz
Updated by okurz almost 8 years ago
- Status changed from Resolved to In Progress
- Assignee deleted (
okurz) - Priority changed from Urgent to Normal
With https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2068 the same "post_fail_hook" is used for all calls to wait_boot
. Now what's left to do is check for emergency-mode emergency-shell also in wait_boot and use that in first_boot, too.
Updated by okurz almost 8 years ago
- Related to action #16286: online_migration_setup should use same emergency handling as first_boot added
Updated by okurz over 7 years ago
- Status changed from In Progress to Resolved
- Assignee set to okurz
done with further changes by me and especially mnowak:
commit c8aaca2f
Author: Michal Nowak <mnowak@suse.com>
Date: Wed Feb 1 14:26:17 2017 +0100
Use handle_emergency() where necessary during boot
poo#16286
thanks