Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:02 +08:00
commit 1fd5f0dec6
8 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for chaos-engineering-toolkit skill
- [ ] inject_failure.py Script to inject specific failures (e.g., network latency, CPU overload) into a target system.
- [ ] validate_resilience.py Script to automatically validate resilience mechanisms (e.g., circuit breakers, retry logic) after failure injection.
- [ ] generate_report.py Script to generate a report summarizing the results of a chaos engineering experiment.