1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/test/conformance/chainsaw/exceptions/background-mode/standard
Mariam Fahmy b7bf894fe9
chore: use v2 for exceptions in chainsaw tests (#10529)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-06-24 11:54:57 +00:00
..
chainsaw-test.yaml chore: convert chainsaw tests to Test resource (#9100) 2023-12-06 21:39:17 +00:00
exception-allowed.yaml chore: use v2 for exceptions in chainsaw tests (#10529) 2024-06-24 11:54:57 +00:00
exception-rejected.yaml chore: use v2 for exceptions in chainsaw tests (#10529) 2024-06-24 11:54:57 +00:00
README.md chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00

Description

This test creates policy exceptions with the spec.background field. It tests the usage of using components not available in background scans in exceptions.

Expected Behavior

The polex-right is expected to be created but the polex-wrong should fail due to having a component that isn't available in background scan.

Reference Issue(s)

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