Project

General

Profile

action #160269

Updated by syrianidou_sofia 2 months ago

## Motivation 

 openQA test in scenario sle-15-SP6-Server-DVD-Updates-x86_64-mau-extratests-yast2ui@64bit fails in 
 [yast2_expert_partitioner](https://openqa.suse.de/tests/14284821/modules/yast2_expert_partitioner/steps/9) 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 - Fix it :D 

Back