Project

General

Profile

action #49268

Updated by riafarov about 3 years ago

By using command line interface of yast2 firewall we can cover code paths which are used in the UI module, but with simpler way to interact. 

 Create test for yast firewall and verify following functions: 
 - Displays settings of broadcast packets. 
 - Disables firewall. 
 - Enables firewall. 
 - Displays the configuration related to network interfaces. 
 - Displays the logging settings. 
 - Redirects requests to masqueraded IP. 
 - Displays the masquerading settings. 
 - Displays information about allowed services, ports, and protocols. 
 - Displays start-up settings. 
 - Displays firewall configuration summary. 
 - Lists known firewall zones. 

 Reference: 
 https://www.suse.com/documentation/sles-15/singlehtml/book_sle_admin/book_sle_admin.html#id-1.3.3.6.13.6.13

Back