Go to file
fmoral2 113b6ab923
fix gomod job (#279)
Signed-off-by: Francisco <francisco.moral@suse.com>
2025-10-15 09:07:14 -03:00
.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.