action #160269
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
yast2_expert_partitioner fails to open for 15-SP6 mu
0%
Description
Motivation¶
openQA test in scenario sle-15-SP6-Server-DVD-Updates-x86_64-mau-extratests-yast2ui@64bit fails in
yast2_expert_partitioner due to the failure or long delay of the expert partitioner application window to appear. The command for opening yast2-storage-ng is sent successfully in step: https://openqa.suse.de/tests/14284821#step/yast2_expert_partitioner/5 but the application window doesn't open. Only the desktop is visible on screen.
Scope¶
For yast test->yast2_gui->yast2_expert_partitioner-> https://openqa.suse.de/tests/14280487#step/yast2_expert_partitioner/7 after the command is sent and the password inserted, a warning popup appears and the test proceeds successfully.
The same command is found in autoinst.xml for both yast2_gui and mau-extratests-yast2ui tests:
testapi::x11_start_program(program="sh -c 'xdg-su -c \"env Y2DEBUG=1 ZYPP_MEDIA_CURL_DEBUG=1 Y2STRICTTEXTDOMAIN=1 YUI_HTTP_PORT=39101 YUI_HTTP_REMOTE=1 YUI_REUSE_PORT=1 /sbin/yast2 storage\"; echo \"yast2-storage-status-\$?\" > /dev/ttyS0'", target_match=[
"root-auth-dialog",
"yast2-storage-ui"
], match_timeout=undef)
Only YUI_HTTP_PORT seems to be different between the two tests.
Acceptance Criteria¶
AC1 Investigate the root cause of the test failure
AC2 If there is no bug involved, find a way to fix the test failure
Updated by syrianidou_sofia 6 months ago
- Project changed from openQA Tests to qe-yam
- Subject changed from [yast] yast2_expert_partitioner fails to open for 15-SP6 mu to yast2_expert_partitioner fails to open for 15-SP6 mu
- Category deleted (
Bugs in existing tests)
Updated by syrianidou_sofia 6 months ago
- Status changed from New to In Progress
- Assignee set to syrianidou_sofia
Updated by JERiveraMoya 6 months ago
- Tags set to qe-yam-may-sprint
- Priority changed from Normal to High
- Parent task set to #151816
Let's try to fix the parent image that install libyui-rest-api as a post-script with AutoYaST (as discussed in Slack), if it is not that, we can put this ticket back in backlog.
Updated by syrianidou_sofia 6 months ago ยท Edited
created new support image here: https://openqa.suse.de/tests/14321529 that will include libyui package.
VR for mau-extratests-yast2ui passes: https://openqa.suse.de/tests/14322188
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19321
Updated by syrianidou_sofia 6 months ago
- Status changed from In Progress to Resolved