Project

General

Profile

coordination #89212

Updated by riafarov about 3 years ago

We miss testing yast2 wireless network configuration. 

 Recently there were improvements introduced to the module, so it's worth taking a look. 
 Functionality is available both in the installer and in the installed system, and support NM and wicked. 
 However hostapd is not available on the installation mediums, so will be harder to test this. 

 We already have following functionality in openQA to emulate wireless network: 
 * https://openqa.opensuse.org/tests/1198559#step/NM_wpa2_enterprise/8 
 * https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=wicked_wlan_sut&version=15-SP3 
 * tests/x11/network/hwsim_wpa2_enterprise_setup.pm  
 * https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/wicked/wlan.pm 

 Do not hesitate to contact Clemens regarding parts already available for the wicked tests.  

 See https://trello.com/c/U7NonPdr/2300-improve-wireless-configuration-ux 
 https://github.com/yast/yast-network/pull/1164 

 As for priorities: 
 1. configuration with wicked in the installed system 
 2. configuration with nm in the installed system 
 3. configuration with wicked in the installer 
 4. configuration with nm in the installer 

 Trello card content: 
 ``` 
 Setting up a wireless device in YaST2 is not as easy and straightforward as it should be. The UI is too complex and offers little help to the user. After some discussion with our UX experts, we have come to this conclusions: 

 * Improve the wireless network list (adding signal strength, and so on). 
 * Hide any advanced setting. Actually, only the ESSID and the authentication settings are needed. 
 * Move other stuff (like "mode") to the "advanced settings" dialog. 
 ```

Back