2022-11-04 10:00:31 -04:00
|
|
|
apiVersion: kuttl.dev/v1beta1
|
|
|
|
kind: TestSuite
|
|
|
|
testDirs:
|
2022-11-08 16:05:49 +01:00
|
|
|
# Autogen tests
|
|
|
|
- ./test/conformance/kuttl/autogen
|
2022-11-08 15:27:49 +01:00
|
|
|
# Generate tests
|
2022-11-10 17:13:24 +05:30
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/standard/clone/nosync
|
2022-11-04 10:00:31 -04:00
|
|
|
- ./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-21 06:00:25 -05:00
|
|
|
- ./test/conformance/kuttl/generate/policy/standard/clone/nosync
|
|
|
|
- ./test/conformance/kuttl/generate/policy/standard/clone/sync
|
2022-11-25 12:49:22 +05:30
|
|
|
- ./test/conformance/kuttl/generate/policy/standard/data/sync
|
2022-11-21 06:00:25 -05:00
|
|
|
# - ./test/conformance/kuttl/generate/policy/standard/data/nosync
|
2022-11-07 12:23:19 -05:00
|
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/cornercases
|
2022-11-08 15:27:49 +01:00
|
|
|
# Mutate tests
|
2022-11-29 03:40:57 -05:00
|
|
|
- ./test/conformance/kuttl/mutate/e2e
|
2022-11-04 10:00:31 -04:00
|
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard
|
|
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard/existing
|
2022-11-08 15:27:49 +01:00
|
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/cornercases
|
|
|
|
# Validate tests
|
2022-11-04 10:00:31 -04:00
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/audit
|
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/enforce
|
2022-11-21 06:00:25 -05:00
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/wildcard
|
2022-11-07 12:23:19 -05:00
|
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/cornercases
|
2022-11-16 18:41:33 +05:30
|
|
|
- ./test/conformance/kuttl/validate/cleanuppolicy
|
2022-11-28 09:04:21 -05:00
|
|
|
- ./test/conformance/kuttl/validate/e2e
|
2022-11-08 15:27:49 +01:00
|
|
|
# Verify image tests
|
2022-11-04 10:00:31 -04:00
|
|
|
- ./test/conformance/kuttl/verifyImages/clusterpolicy/standard
|
2022-11-08 15:27:49 +01:00
|
|
|
# Report tests
|
2022-11-04 10:00:31 -04:00
|
|
|
- ./test/conformance/kuttl/reports/admission
|
|
|
|
- ./test/conformance/kuttl/reports/background
|
2022-11-15 11:15:59 +01:00
|
|
|
# RBAC
|
|
|
|
- ./test/conformance/kuttl/rbac
|
2022-11-14 14:27:41 +01:00
|
|
|
# Webhooks
|
|
|
|
- ./test/conformance/kuttl/webhooks
|
2022-11-04 10:00:31 -04:00
|
|
|
startKIND: false
|
2022-11-07 12:23:19 -05:00
|
|
|
# timeout: 15
|
2022-11-08 15:27:49 +01:00
|
|
|
parallel: 1
|