2022-11-04 10:00:31 -04:00
|
|
|
apiVersion: kuttl.dev/v1beta1
|
|
|
|
kind: TestSuite
|
|
|
|
testDirs:
|
|
|
|
# Generate tests
|
|
|
|
# - ./generate/clusterpolicy/standard/clone/nosync
|
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/standard/clone/sync
|
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/standard/data/sync
|
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/standard/data/nosync
|
2022-11-07 12:23:19 -05:00
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/cornercases
|
2022-11-04 10:00:31 -04:00
|
|
|
# Mutate tests
|
|
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard
|
|
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard/existing
|
|
|
|
# Validate tests
|
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/audit
|
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/enforce
|
2022-11-07 12:23:19 -05:00
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/cornercases
|
2022-11-04 10:00:31 -04:00
|
|
|
# verifyImages tests
|
|
|
|
- ./test/conformance/kuttl/verifyImages/clusterpolicy/standard
|
|
|
|
# Report tests
|
|
|
|
- ./test/conformance/kuttl/reports/admission
|
|
|
|
- ./test/conformance/kuttl/reports/background
|
|
|
|
startKIND: false
|
2022-11-07 12:23:19 -05:00
|
|
|
# timeout: 15
|
2022-11-04 10:00:31 -04:00
|
|
|
parallel: 1
|