Project

General

Profile

action #29447

Updated by okurz over 6 years ago

Salt was failing in several scenarios and with PR https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4079 we have tried to introduce a delay in communication client-server. 
 Once is merged if OSD displays successful results, try to improve this test using library functions and search for the specific file (the public key stored in the master) instead of sleep the machine. 

 ## Acceptance criteria 
 * **AC1:** salt-test does not use `sleep` at all or with no value over 1s 
 * **AC2:** salt-test does not fail on [bsc#1069711](https://bugzilla.opensuse.org/show_bug.cgi?id=1069711) (passes or soft-fail) 
 * **AC3:** No sporadic failure 

 ## Further details 

 Our most standard scenario [gnome@64bit](https://openqa.suse.de/tests/latest?machine=64bit&flavor=Installer-DVD&arch=x86_64&distri=sle&test=gnome&version=15) shows errors and sporadic behaviour so it should be easy to use this scenario for verification.

Back