Add tests for kata containers policies (#221)

closes #220

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-04-27 06:31:09 -07:00
committed by GitHub
parent 55abbb2b42
commit c6fb8cf044
15 changed files with 5284 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ if [ -f Cargo.toml ]; then
# Ensure that all tests pass
cargo test -r
cargo test -r --test aci
cargo test -r --test kata
# Ensure that OPA conformance tests don't regress.
cargo test -r --features opa-testutil,serde_json/arbitrary_precision --test opa -- $(tr '\n' ' ' < tests/opa.passing)