action #110512
closedNew `image_info` module breaks tests on JeOS
0%
Description
Observation¶
openQA test in scenario opensuse-Tumbleweed-JeOS-for-AArch64-aarch64-jeos@aarch64-HD24G fails in
bootloader_uefi
New image_info
module breaks all tests on JeOS for Tumbleweed aarch64.
I think the problem is while image_info
is run, the image is booted and the bootloader_uefi
module starts after grub screen is already gone.
The difference with x86_64 is that on aarch64, we uncompress the <image>.raw.xz
file, which takes ~30 seconds.
Test suite description¶
Maintainer: fvogt, mnowak
Start JeOS from the HDD image, configure it using the firstboot wizard and then run basic tests. console=tty0 added as needed for aarch64.
Reproducible¶
Fails since (at least) Build 20220501
Expected result¶
Last good: 20220425 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by Guillaume_G almost 3 years ago
Updated by jlausuch almost 3 years ago
- Status changed from New to In Progress
- Assignee set to jlausuch
I take this, as the author of that new module.
Updated by jlausuch almost 3 years ago
ok, here the problem is that the image comes with 10s default grub timeout. Therefore, while the image_info
module is being executed, those 10s has passed, and the screen doesn't match the expected needle as it is already passed.
Since the bootloader needs to enter edit mode to set some parameters (e.g. https://openqa.opensuse.org/tests/2317568#step/bootloader_uefi/3), I don't find any other solution than moving this module after bootloader...
Updated by jlausuch almost 3 years ago
Updated by jlausuch almost 3 years ago
- Status changed from In Progress to Feedback