Project

General

Profile

action #38270

Updated by okurz over 5 years ago

## Observation 

 openQA test in scenario sle-12-SP4-Server-DVD-aarch64-allpatterns@aarch64 fails in 
 [yast2_i](https://openqa.suse.de/tests/1818765/modules/yast2_i/steps/12) 


 The test searches for a 'yast2-nfs-client', then removes all the characters by iterating a loop `for (1 .. length($pkgname)) { send_key "backspace" }`. 

 But in the current build it is failed because it removed several characters and then missed keys (probably because of some slowness of the system). 

 ## Suggestion 

 Use `send_key_until_needlematch` method instead of just looping for the exact number of characters in the package name. 

 ## Reproducible 

 Fails since (at least) Build [0245](https://openqa.suse.de/tests/1695541) 


 ## Expected result 

 Last good: [0243](https://openqa.suse.de/tests/1688110) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?version=12-SP4&machine=aarch64&arch=aarch64&flavor=Server-DVD&distri=sle&test=allpatterns) 


 ## Workaround 

Back