Project

General

Profile

action #61798

Updated by michel_mno over 4 years ago

test fails in yast2_proxy because Port info displayed in different order 

 ``` 
 before: as per yast2_proxy_http_ports_after_add-20180202 needle 
 Host      Port 
         3128 
 0.0.0.0 234 

 
         3128  

 now: 
 Host      Port 
         3128 
 0.0.0.0 234 
         3128  
 
 ``` 

 Is this difference acceptable ? 

 ## Observation 

 openQA test in scenario opensuse-Tumbleweed-DVD-ppc64le-yast2_ncurses@ppc64le fails in 
 [yast2_proxy](https://openqa.opensuse.org/tests/1134209/modules/yast2_proxy/steps/23) 

 ## Test suite description 
 Maintainer: zluo, riafarov Test for yast2 UI, ncurses only. Running on created gnome images which provides both text console for ncurses UI tests as well as the gnome environment for the GUI tests. 
 riafarov set TIMEOUT_SCALE to improve stability of the test. 


 ## Reproducible 

 Fails since (at least) Build [20181128](https://openqa.opensuse.org/tests/826645) 


 ## Expected result 

 Last good: [20181127](https://openqa.opensuse.org/tests/805421) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=ppc64le&distri=opensuse&flavor=DVD&machine=ppc64le&test=yast2_ncurses&version=Tumbleweed) 

Back