-
Notifications
You must be signed in to change notification settings - Fork 125
WIP Add e2e automation for audit logging feature #3050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @BhargaviGudi. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3050 +/- ##
===========================================
- Coverage 45.50% 24.15% -21.35%
===========================================
Files 79 125 +46
Lines 7782 17770 +9988
===========================================
+ Hits 3541 4293 +752
- Misses 4099 13193 +9094
- Partials 142 284 +142 🚀 New features to boost your workflow:
|
Updated e2e automation for audit logging feature Fix GitHub Actions linting issues
b9b1a89 to
a724f9f
Compare
Added e2e tests for audit logging feature testing
What type of PR is this?
/kind cleanup
/kind feature
What this PR does / why we need it:
This PR adds comprehensive end-to-end test automation for the audit logging feature (JSON enricher) in the Security Profiles Operator. It adds 7 new automated test cases (TC3-TC9) covering various
scenarios:
Additionally, this PR includes documentation for 2 manual test scenarios (TC10: OCP Upgrade and TC11: SPO Upgrade/Downgrade) that require actual cluster/operator upgrades.
Minor cleanup: Fixed kubectl debug commands by removing unnecessary
-i/-itflags from non-interactive debug sessions.Which issue(s) this PR fixes:
None
Does this PR have test?
This PR adds comprehensive end-to-end test automation for the audit logging feature (JSON enricher) in the Security Profiles Operator. It adds 7 new automated test cases (TC3-TC9) covering various
scenarios:
Additionally, this PR includes documentation for 2 manual test scenarios (TC10: OCP Upgrade and TC11: SPO Upgrade/Downgrade) that require actual cluster/operator upgrades.
Minor cleanup: Fixed kubectl debug commands by removing unnecessary
-i/-itflags from non-interactive debug sessions.Special notes for your reviewer:
jsonEnricherOnlyTestCase()helper to ensure they run only when JSON enricher is enabledDoes this PR introduce a user-facing change?
None