Actions
action #66114
closed[functional][u] Use bootloader_start instead of arch/backend specific test module
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Refactor/Code Improvements
Target version:
SUSE QA - Milestone 30
Start date:
2020-04-27
Due date:
% Done:
0%
Estimated time:
42.00 h
Difficulty:
Description
Motivation¶
At the moment there are different arch/backend specific bootloader modules
- bootloader
- bootloader_hyperv
- bootloader_s390
- bootloader_svirt
- bootloader_uefi
- bootloader_zkvm
They cause to repeat the following conditional schedule:
conditional_schedule:
bootloader:
ARCH:
'aarch64':
- boot/uefi_bootmenu
's390x':
- installation/bootloader_zkvm
MACHINE:
'svirt-xen-pv':
- installation/bootloader_svirt
'svirt-xen-hvm':
- installation/bootloader_svirt
There is a module that should implement all those arch/backend specific behavior:
- bootloader_start
Acceptance criteria¶
- AC: bootloader_start is the only test module scheduled for handling bootloader in functional job group
Tasks¶
- Adapt bootloader_start to work in all scenarios (arch, backend, etc) from QSF-U job group.
- Replace the conditional schedule with bootloader_start.
Updated by SLindoMansilla over 4 years ago
- Description updated (diff)
- Assignee deleted (
SLindoMansilla)
Updated by SLindoMansilla over 4 years ago
- Category set to Refactor/Code Improvements
- Status changed from New to Workable
- Target version set to Milestone 30
- Estimated time set to 42.00 h
Updated by zluo over 4 years ago
I checked bootloader_start.pm only question is about xen pv regarding the bsc#961638. So this is not clear to me atm.
Updated by SLindoMansilla over 4 years ago
zluo wrote:
I checked bootloader_start.pm only question is about xen pv regarding the bsc#961638. So this is not clear to me atm.
I haven't looked at the code but, the bug is mentioning that the boot menu is not shown via VNC, which I would consider expected since there is no display manager started at that point. The boot menu needs to be handled via serial console. Am I missing something?
Updated by dheidler over 4 years ago
- Status changed from Workable to In Progress
Updated by dheidler over 4 years ago
Updated by SLindoMansilla over 4 years ago
- Has duplicate action #40625: [sle][functional][u][hyperv] test fails in bootloader_hyperv - key stroke issue added
Updated by dheidler over 4 years ago
- Status changed from In Progress to Feedback
Updated by dheidler over 4 years ago
- Status changed from Feedback to Resolved
Actions