action #90776
closed[timeboxed:16h] libyui REST API cannot be accessed on powerVM
0%
Description
Observation¶
Somehow connection to SUT fails, might be some changes in the firewall configuration, as ip and port are correct.
Might be also server name is resolved to different ip address, but at least locally DNS resolves it properly.
openQA test in scenario sle-15-SP3-Online-ppc64le-textmode@ppc64le-hmc fails in
bootloader_start
Test suite description¶
Maintainer: okurz
Installation in textmode and selecting the textmode "desktop" during installation.
Reproducible¶
Fails since (at least) Build 171.1
Expected result¶
Last good: 162.7 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by riafarov over 3 years ago
- Project changed from openQA Tests (public) to qe-yam
- Category deleted (
Bugs in existing tests)
Updated by riafarov over 3 years ago
- Subject changed from libyui REST API cannot be accessed on powerVM to [timeboxed:16h] libyui REST API cannot be accessed on powerVM
- Status changed from New to Workable
Updated by riafarov over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to riafarov
Updated by riafarov over 3 years ago
The problem is that bootloader params are not passed to the installer, as we use ssh in textmode. It would not work for any ssh installation either. Solution is easy, just to set those env variables before execution of the yast.ssh
command. Worked here: https://openqa.suse.de/tests/5887330#details
To make it more clean solution, I will move those actions to our setup_libyui test module to have all of these pieces in the single place.
Updated by riafarov over 3 years ago
Issue on zkvm (#91136) will be fixed in the scope of this ticket.
Updated by riafarov over 3 years ago
- Status changed from In Progress to Feedback