1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/chainsaw/exceptions/events-creation
Charles-Edouard Brétéché fd10739919
chore: bump chainsaw (#9071)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-12-04 12:39:10 +00:00
..
01-policy.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
02-exception.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
03-manifests.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
04-sleep.yaml chore: bump chainsaw (#9071) 2023-12-04 12:39:10 +00:00
05-assert.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
policy-assert.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
policy.yaml chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00
README.md chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00

Description

This test checks the events are generated properly for policyexceptions.

Steps

    • Create a cluster policy
    • Assert the policy becomes ready
    • Create a policy exception for the cluster policy created above but for a specific namespace
    • Try to create a pod, expecting two events are created, one for the clusterpolicy, another is for policyexception

Reference Issue(s)

https://github.com/kyverno/kyverno/issues/6469