Project

General

Profile

action #101262

Updated by livdywan over 2 years ago

## Motivation 
 To verify that especially typing is stable we should be able to run the os-autoinst full-stack.t on every worker of OSD after deployment 

 ## Acceptance criteria 
 - **AC1**: We have documentation for how to run full-stack.t on a worker 

 ## Ideas 
 * Create a script that is called after upgrade or installation as part of the os-autoinst spec file. That script would checkout the working copy of the git version linked to what was installed and run `prove -I. t/full-stack.t`. The script would fail if test fails and inform us, e.g. by failing the actual package installation hence our deployment would fail and we would get the message 

 ## Out of scope 
 - Regular runs of the test on all workers

Back