litmuschaos/litmus

Litmus E2E: Validate resource chaos experiments in e2e pipeline

Open

#2,143 opened on Oct 1, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)HTML (574 forks)batch import
Hacktoberfestarea/litmus-e2ekind/bddkind/ciold-issues

Repository metrics

Stars
 (3,702 stars)
PR merge metrics
 (Avg merge 42d 14h) (20 merged PRs in 30d)

Description

Details:

Test - resource chaos validation

  • Litmus provides different pod and node-level CPU and Memory experiments along with e2e test for them. In the e2e pipeline we test the chaos experiment and check if the ChaosResult is Pass or not. But we don't additionally check if resource chaos has occurred or not. We need to add this check in the existing test for resource chaos.

Contributor guide