1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/mutate/e2e/jmespath-logic
Chip Zoller 21da0f335e
Migrate all mutate e2e tests to kuttl and expand (#5491)
* 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>
2022-11-29 08:40:57 +00:00
..
01-manifests.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
02-resource-one.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
03-policy-two.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
04-resource-two.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
manifests.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
policy-one-ready.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
README.md Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
resource-mutated.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
resource-two-mutated.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
resource-two.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
resource.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00

Description

This is test migrated from e2e which roughly tests that mutations are successful when the value of key being mutated contains both a context variable as well as a context variable plus additional JMESPath filtering in that variable reference. The test migrated here to kuttl represents a condensed version of the original test to eliminate minor redundancy.

Expected Behavior

The mutated ConfigMap should have a label written to it kyverno.key/copy-me: sample-value. If this is so, the test passes. If it is not, the test fails.

Reference Issue(s)

N/A