Signed-off-by: Francisco <francisco.moral@suse.com> |
||
|---|---|---|
| .github | ||
| bin | ||
| cmd/qase | ||
| config | ||
| docs | ||
| entrypoint | ||
| modules | ||
| pkg | ||
| scripts | ||
| shared | ||
| workloads | ||
| .gitignore | ||
| .golangci.yaml | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Distros Framework - Acceptance Tests
The acceptance tests are a customizable way to create clusters and perform validations on them such that the requirements of specific features and functions can be validated.
- It relies on Terraform to provide the underlying cluster configuration.
- It uses Ginkgo and Gomega as assertion framework.
See docs/ for any more specific information and examples.