-
Notifications
You must be signed in to change notification settings - Fork 3
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
add smart remediation system tests #284
Conversation
4ff864c
to
b96a443
Compare
5e4b333
to
3722e41
Compare
Signed-off-by: Matthias Bertschy <[email protected]>
3722e41
to
518b7c9
Compare
PR Description updated to latest commit (518b7c9) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement, tests
Description
SmartRemediationTests
with test cases for various security controls.SmartRemediation
class in test scripts to handle smart remediation scenarios.backend_api.py
.Changes walkthrough
tests.py
Integrate Smart Remediation Tests into System Tests
configurations/system/tests.py
SmartRemediationTests
for system tests.SmartRemediationTests
to the list of all tests.SmartRemediationTests
in the test retrieval logic.smart_remediation_tests.py
Add Smart Remediation Test Cases for Various Security Controls
configurations/system/tests_cases/smart_remediation_tests.py
SmartRemediationTests
class with multiple test methods forsmart remediation scenarios.
includes a test configuration.
smart_remediation.py
Implement Smart Remediation Test Script
tests_scripts/helm/smart_remediation.py
SmartRemediation
class extendingBaseHelm
andBaseKubescape
.cleanup, and verification.
backend_api.py
Minor Formatting Adjustments in Backend API
infrastructure/backend_api.py
statics.py
Add Path for Smart Remediation Tests
systest_utils/statics.py
base_k8s.py
Support Replacing Workloads in Kubernetes Test Scripts
tests_scripts/kubernetes/base_k8s.py
replace
parameter toapply_yaml_file
method to support replacingexisting workloads.
system_test_mapping.json
Add System Test Mappings for Smart Remediation Tests
system_test_mapping.json