This Gist contains the Sonobuoy plugin configuration to run AI Conformance tests using the Godog framework.
To run the tests on your Kubernetes cluster using Sonobuoy, you can directly provide the URL to the plugin YAML. This command can be copied and pasted:
sonobuoy run --plugin https://gist.githubusercontent.com/hh/194a74486b2b722389c4f95a224286f7/raw/sonobuoy-plugin.yaml --waitAfter the tests complete:
- Retrieve Results:
outfile=$(sonobuoy retrieve) mkdir results && tar -xf $outfile -C results cat results/plugins/ai-conformance/results/global/junit.xml
The plugin is configured to use the image ghcr.io/ii/ai-conformance:latest and enables Godog tests via the --features flag.