Actions
action #174421
opencoordination #169654: [epic] Create test scenarios for Agama
Boot Agama in OSD in PowerVM - Part 2
Status:
Workable
Priority:
High
Assignee:
-
Target version:
-
Start date:
2024-12-16
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Follow-up of #169480 for remaining activities in job group (and in the official one when possible):
https://openqa.suse.de/tests/overview?arch=ppc64le&flavor=&machine=&test=&modules=&module_re=&group_glob=¬_group_glob=&comment=&distri=sle&version=agama-10.0&build=40.1&groupid=607#
Acceptance criteria¶
- AC1: Agama can boot using powerVM in OSD and is reflected in job group
Additional information¶
Adding information from another ticket about booting so we can have alltogether in this task, but this part wasn't really clear
so we need to check what happens with booting:
Following #/169480 we should Ensure boot after agama installation for virtualization PowerVM in openQA in SLES 16 job group
Failed job
We should do different setting for boot media before and after agama installation, before that is live cd boot, after that is normal hdd boot. So just need change condition for boot media, add condition to separate before and after installation.
if (get_var('AGAMA')) {
type_string_slow "linux $mntpoint/linux vga=normal root=live:http://" . get_var('OPENQA_HOSTNAME') . "/assets/iso/" . get_var('ISO');
type_string_slow " " . get_var('EXTRABOOTPARAMS');
}
else {
type_string_slow "linux $mntpoint/linux vga=normal $ntlm_p install=$mirror ";
}
Actions