Graceful failure test refactor
Opened this issue · 0 comments
meganwolf0 commented
Describe what should be investigated or refactored
Right now, all the graceful failure tests are in the pod-label scenario (called in src/test/e2e/pod_validation_test.go
) but they should probably be called in the respective functional areas (e.g., failure of the malformed wait
spec should be under wait-field
). Suggest refactor to address.
Links to any relevant code
Current "bad" validations component definition file to be broken up: src/test/e2e/scenarios/pod-label/oscal-component-all-bad.yaml
)
Additional context
none