action #167239
closedcoordination #163919: [epic] Create automation setup for testing Agama
Boot agama in OSD in architectures using qemu
0%
Description
Motivation¶
Once we have synchronized isos from devel branch in IBS to openQA we can start to work on the test suites that we have (kind of) working in O3.
First step is to boot them and keep finding more problems. Let's exclude s390x due to it make require more work.
This is the new job group for that purpose:
https://openqa.suse.de/tests/overview?distri=sle&version=agama-10.0&build=27.6&groupid=607
Acceptance criteria¶
- AC1: Boot agama in OSD in architectures using qemu.
- AC2: Cover further adaption of low complexity.
- AC3: Summarize further adaption which will require more thinking.
Updated by JERiveraMoya 3 months ago
- Status changed from Workable to In Progress
Updated by jfernandez 3 months ago
Updated by jfernandez 3 months ago
Adding Auto support: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20301
Updated by jfernandez 3 months ago ยท Edited
I have to mention the errors observed in the Yam Agama job group from OSD, centered on agama_default and agama_auto tests, Link: https://openqa.suse.de/group_overview/607
Build 27.11 at the time of typing:
- ppc64le can't boot after grub line edit, it hangs at
Loading kernel...
and show some errorserror: ../../grub-core/script/lexer.c:353:syntax error
. Example error https://openqa.suse.de/tests/15549449# - s390x can't select a machine to boot, probably it needs changes at ISO boot level.
- x86_64@uefi report an error related with the start of the installation, probably it needs some test modification. Example error https://openqa.suse.de/tests/15563313#
Updated by jfernandez 3 months ago
Fix ppc64le Extra boot params typing, PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20332
Updated by JERiveraMoya 3 months ago
- Status changed from In Progress to Resolved