Go to file
Francisco 2fcaa394f1 fix vb
Signed-off-by: Francisco <francisco.moral@suse.com>
2024-08-14 12:17:26 -03:00
.github
config
docs
entrypoint Reboot.improve (#142) 2024-08-12 15:24:19 -03:00
modules Reboot.fix (#140) 2024-08-08 20:45:16 -03:00
pkg fix vb 2024-08-14 12:17:26 -03:00
scripts fix vb 2024-08-14 12:17:26 -03:00
shared Fix.strings (#141) 2024-08-09 12:50:52 -03:00
workloads
.gitignore
.golangci.yaml
Makefile fix vb 2024-08-14 12:17:26 -03:00
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.