Project

General

Profile

action #120450

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 We need to run only stable tests for testing unreleased maintenance updates as aggregate. 
 We encountered the following sporadic test issue: ## Observation 

 openQA test in scenario sle-12-SP5-Server-DVD-Updates-x86_64-qam-nfs-client@64bit fails in 
 [yast2_nfs_client](https://openqa.suse.de/tests/9959056/modules/yast2_nfs_client/steps/74) 

 It is related with We found this bug https://bugzilla.suse.com/show_bug.cgi?id=1183234#c52 and we need to adapt change our test scenario to 
 workaround it. 
 Apparently it might be related with a race condition: for now. 

 ``` ## Test suite description 
 Before any access to any of the virtual consoles the systemd-vconsole-setup(8) has to be executed to be sure that the configuration in vconsole.conf(5) is applied (font with its font mappings as well as the keymap) 
 ``` 
 We need to check that this service is started and running before doing further actions with YaST modules. Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. QAM NFSv3 multimachine test - client side 


 ## Reproducible 

 #### Acceptance criteria 
 **AC1**: Check that this service is started and running before doing further actions with YaST modules 
 **AC2**: Solution is reusable for other YaST modules Fails since (at least) Build [20221114-1](https://openqa.suse.de/tests/9959056) (current job) 


 ## Expected result 

 #### Additional information 
 We might need to apply this solution Last good: [20221113-1](https://openqa.suse.de/tests/9950120) (or more recent) 


 ## Further details 

 Always latest result in other test suites, it is not specific of this test suite. scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Updates&machine=64bit&test=qam-nfs-client&version=12-SP5) 
 Probably including it in a library would do, because having specific test module for it might require further module split.

Back