Project

General

Profile

action #48947

Updated by riafarov about 5 years ago

## Observation 

 openQA test in scenario opensuse-15.1:S:A-Staging-DVD-x86_64-cryptlvm@64bit fails in 
 [yast2_lan](https://openqa.opensuse.org/tests/876113/modules/yast2_lan/steps/9) 

 ## Test suite description 
 Maintainers: okurz 


 This looks like a race condition. The wrong needle matches even though the popup is there. 

 Pop-up with 'Networkmanager_controlled' tag does not appear immediately, so `yast2_lan` manages to match first and assumes that network configuration is controlled by wicked, which is not the case. 

 There should be already some wrapper to check symlink for the network service. 

 ## Suggestions 
 We can check if network is controlled by wicked or NM and make our expectations more strict, so that we assert that pop-up is shown in case of NM and test will fail if it's shown, but network is controlled by wicked. 

 ## Reproducible 

 Fails since (at least) Build [214.1](https://openqa.opensuse.org/tests/876113) (current job) 


 ## Expected result 

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


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?distri=opensuse&flavor=Staging-DVD&test=cryptlvm&version=15.1%3AS%3AA&arch=x86_64&machine=64bit) 

Back