Project

General

Profile

action #77896

Updated by riafarov over 3 years ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-yast2_ncurses@64bit fails in 
 [yast2_ftp](https://openqa.opensuse.org/tests/1470975/modules/yast2_ftp/steps/127) 

 the test assumes iptables to be in use, even though firewalld is in progress of switching to nftables 

 We should use generic way commands to validate that port is open. 
 Also we need to check if test module is executed for older versions, like SLE 12, where we still have suse firewall. 
 If that's the case, we can check it using solution, like: 
 ``` 
 if ($self->firewall eq 'firewalld') { 
 ... 
 } 
 ``` 

 ## Test suite description 
 Maintainer: qsf-y 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 [20200801](https://openqa.opensuse.org/tests/1350175) 


 ## Expected result 

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


 ## Further details 

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

Back