action #101262
Updated by okurz about 3 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 ## Acceptance criteria - **AC1:** **AC1**: We have documentation for how to run full-stack.t on a worker - **AC2:** The test full-stack.t within the command succeeds on at least one worker host ## 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