1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/chainsaw/reports/background/exception-assert
Charles-Edouard Brétéché decb7524eb
chore: use more chainsaw step templates (#11308)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-03 13:53:14 +03:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11308) 2024-10-03 13:53:14 +03:00
configmap.yaml test: add chainsaw tests for reports generated by policy using an assertion tree (#10779) 2024-08-02 19:43:15 +00:00
exception.yaml test: add chainsaw tests for reports generated by policy using an assertion tree (#10779) 2024-08-02 19:43:15 +00:00
policy.yaml test: add chainsaw tests for reports generated by policy using an assertion tree (#10779) 2024-08-02 19:43:15 +00:00
README.md test: add chainsaw tests for reports generated by policy using an assertion tree (#10779) 2024-08-02 19:43:15 +00:00
report-assert.yaml test: add chainsaw tests for reports generated by policy using an assertion tree (#10779) 2024-08-02 19:43:15 +00:00

Description

This test creates a policy, a policy exception and a configmap. It makes sure the generated background scan report contains a skipped result instead of a failed one.

Steps

    • Create a confimap named emergency
    • Create a cluster policy
    • Assert the policy becomes ready
    • Create a policy exception for the cluster policy created above, configured to apply to configmap named emergency
    • Assert that a policy report exists with a skipped result

Reference Issue(s)

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