Skip to content

feat: add chaos-network workload for network chaos injection#52

Closed
mrhillsman wants to merge 1 commit into
mainfrom
feat/chaos-network-workload
Closed

feat: add chaos-network workload for network chaos injection#52
mrhillsman wants to merge 1 commit into
mainfrom
feat/chaos-network-workload

Conversation

@mrhillsman

Copy link
Copy Markdown
Contributor

Implements chaos-network workload using tc/netem for network chaos injection. Supports configurable latency (default 100ms) and packet loss (default 5%).

Features:

  • Single VM workload model
  • Uses tc qdisc and netem for network emulation
  • Systemd service for continuous operation
  • Assumes iproute-tc pre-installed via golden image
  • Comprehensive test coverage

Updates:

  • Add ChaosNetworkWorkload struct and factory
  • Register in DefaultRegistry
  • Update AllWorkloadNames
  • Add test suite with 11 test cases
  • Update main_test.go for new workload count

Implements #17

Implements chaos-network workload using tc/netem for network chaos
injection. Supports configurable latency (default 100ms) and packet
loss (default 5%).

Features:
- Single VM workload model
- Uses tc qdisc and netem for network emulation
- Systemd service for continuous operation
- Assumes iproute-tc pre-installed via golden image
- Comprehensive test coverage

Updates:
- Add ChaosNetworkWorkload struct and factory
- Register in DefaultRegistry
- Update AllWorkloadNames
- Add test suite with 11 test cases
- Update main_test.go for new workload count

Implements #17

Signed-off-by: Melvin Hillsman <mhillsma@redhat.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@exe-prow-github-app

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrhillsman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@exe-prow-github-app exe-prow-github-app Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2026
@mrhillsman mrhillsman closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant