mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* add jmespath-logic test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add simple-conditional test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add variables-in-keys test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add patchesjson6902-simple Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add foreach-patchStrategicMerge-preconditions test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add patchStrategicMerge-global test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add patchStrategicMerge-global-addifnotpresent test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add patchesJson6902-replace test Signed-off-by: Chip Zoller <chipzoller@gmail.com> * adjust "basic" mutate existing test to prep for e2e migrations Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add basic-create test (mutate existing) Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add basic-delete test (mutate existing) Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add basic-create-policy test (mutate existing) Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add basic-create-patchesJson6902 test (mutate existing) Signed-off-by: Chip Zoller <chipzoller@gmail.com> * change name to avoid deletion race Signed-off-by: Chip Zoller <chipzoller@gmail.com> Signed-off-by: Chip Zoller <chipzoller@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
apiVersion: kuttl.dev/v1beta1
|
|
kind: TestSuite
|
|
testDirs:
|
|
# Autogen tests
|
|
- ./test/conformance/kuttl/autogen
|
|
# Generate tests
|
|
- ./test/conformance/kuttl/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
|
|
- ./test/conformance/kuttl/generate/policy/standard/clone/nosync
|
|
- ./test/conformance/kuttl/generate/policy/standard/clone/sync
|
|
- ./test/conformance/kuttl/generate/policy/standard/data/sync
|
|
# - ./test/conformance/kuttl/generate/policy/standard/data/nosync
|
|
- ./test/conformance/kuttl/generate/clusterpolicy/cornercases
|
|
# Mutate tests
|
|
- ./test/conformance/kuttl/mutate/e2e
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/standard/existing
|
|
- ./test/conformance/kuttl/mutate/clusterpolicy/cornercases
|
|
# Validate tests
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/audit
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/enforce
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/standard/wildcard
|
|
- ./test/conformance/kuttl/validate/clusterpolicy/cornercases
|
|
- ./test/conformance/kuttl/validate/cleanuppolicy
|
|
- ./test/conformance/kuttl/validate/e2e
|
|
# Verify image tests
|
|
- ./test/conformance/kuttl/verifyImages/clusterpolicy/standard
|
|
# Report tests
|
|
- ./test/conformance/kuttl/reports/admission
|
|
- ./test/conformance/kuttl/reports/background
|
|
# RBAC
|
|
- ./test/conformance/kuttl/rbac
|
|
# Webhooks
|
|
- ./test/conformance/kuttl/webhooks
|
|
startKIND: false
|
|
# timeout: 15
|
|
parallel: 1
|