SWAGATO BAURI and Darshan Jain
ee32a179cf
feat(pod-disruption): support parallel pod deletion ( #1536 )
...
* feat(pod-disruption): support parallel pod deletion
Introduce 'kill_mode' field to pod disruption scenario to support parallel
deletion of pods. By default 'kill_mode' is 'sequential' preserving
existing behavior. When set to 'parallel', it concurrently deletes pods
using threading and queue, enabling effective testing of disruption scenarios
like etcd quorum loss where simultaneous disruption is necessary.
Resolves : #1516
Assisted-by: Claude <noreply@anthropic.com >
Signed-off-by: swagatobauri <swagato731123@gmail.com >
* fix(pod-disruption): validate kill_mode and address PR feedback
- Validate 'kill_mode' at parse time: fallback to 'sequential' and log a
warning if an unknown string is provided, preventing silent failures.
- Update test_parallel_mode_calls_delete_concurrently to use a
threading.Barrier to definitively prove concurrent thread execution.
- Revert 'scenarios/openshift/etcd.yml' to default non-destructive behavior
and extract parallel quorum loss example into a new explicitly named file
'etcd_quorum_loss.yml'.
Assisted-by: Claude <noreply@anthropic.com >
Signed-off-by: swagatobauri <swagato731123@gmail.com >
* refactor(pod-disruption): optimize imports and cap threads
- Reorganize imports in pod_disruption_scenario_plugin.py to comply with
standard PEP-8 grouping (stdlib, third-party, local).
- Replace unbounded OS thread spawning in _delete_pods_parallel with
concurrent.futures.ThreadPoolExecutor. Capped max_workers to 10 to
prevent excessive concurrent API calls that could overload the Kubernetes
API server under aggressive scenario configurations.
Assisted-by: Claude <noreply@anthropic.com >
Signed-off-by: swagatobauri <swagato731123@gmail.com >
* refactor(pod-disruption): align execution config with network_chaos_ng
- Renamed config field from 'kill_mode' to 'execution' for consistency
with the network_chaos_ng plugin.
- Changed valid values from 'sequential|parallel' to 'serial|parallel'.
- Replaced fallback warning with strict validation, raising ValueError on
invalid execution values, aligning with the strict validation pattern
used elsewhere in the codebase.
- Updated relevant tests and scenario YAML templates.
Assisted-by: Claude <noreply@anthropic.com >
Signed-off-by: swagatobauri <swagato731123@gmail.com >
* fix(pod-disruption): remove unused logging import in models.py
Following the switch from a warning log to raising a ValueError for
invalid execution types, the logging import was no longer used.
Assisted-by: Claude <noreply@anthropic.com >
Signed-off-by: swagatobauri <swagato731123@gmail.com >
---------
Signed-off-by: swagatobauri <swagato731123@gmail.com >
Co-authored-by: Darshan Jain <darjain@redhat.com >
2026-08-06 18:46:25 +05:30
Paige Patton and Claude Sonnet 4.6
4328c24d28
feat: add label_selector support to kubevirt vm outage and virt health check ( #1341 )
...
Allows selecting VMIs by label selector as an alternative to vm_name regex,
making vm_name optional when label_selector is provided.
Signed-off-by: Paige Patton <prubenda@redhat.com >
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 17:02:10 -04:00
eb2efa84ea
feat: storage I/O throttle scenario (cgroups v1/v2) for PVC-backed workloads ( #1296 )
...
* feat(storage-throttle): add storage throttle scenario and tests
Consolidate the storage-throttle implementation, scenario configs, CI v2 coverage, and krkn-lib 6.0.10 dependency update into a single signed commit for cleaner PR history.
Signed-off-by: ddjain <darjain@redhat.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Signed-off-by: ddjain <darjain@redhat.com >
* adding need dco auto review (#1329 )
Signed-off-by: Paige Patton <prubenda@redhat.com >
Signed-off-by: ddjain <darjain@redhat.com >
* fix: start_klusterlet_scenario action calls start instead of stop (#1324 )
The start_klusterlet_scenario branch in inject_managedcluster_scenario
was calling stop_klusterlet_scenario on the scenarios object instead of
start_klusterlet_scenario. Any user configuring this action would stop
the klusterlet (scale to 0) instead of starting it (scale to 3).
Fixes #1323
Signed-off-by: v0idheaven <dahiyavarun2007@gmail.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
Signed-off-by: ddjain <darjain@redhat.com >
* adding links to issue of completed roadmap items (#1328 )
Signed-off-by: Paige Patton <prubenda@redhat.com >
Signed-off-by: ddjain <darjain@redhat.com >
* container scenario template image update (#1342 )
Signed-off-by: Paige Patton <prubenda@redhat.com >
Signed-off-by: ddjain <darjain@redhat.com >
---------
Signed-off-by: ddjain <darjain@redhat.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
Signed-off-by: v0idheaven <dahiyavarun2007@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
Co-authored-by: Varun Yadav <dahiyavarun2007@gmail.com >
2026-05-19 00:24:55 +05:30
Paige Patton
0e8af957f3
addinig vmi network outages ( #1234 )
...
Assisted By: Claude Code:
Assisted By: Claude Code:
Signed-off-by: Paige Patton <prubenda@redhat.com >
2026-05-14 14:34:19 -04:00
Aastha-spec-tech and Paige Patton
2628665584
feat: support environment variable fallback for baremetal BMC credentials ( #1289 )
...
Signed-off-by: Aastha-spec-tech <explorethings12345@gmail.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
2026-05-14 09:52:42 -04:00
Darshan Jain
a0cbb9a454
ix(ci): narrow customapp_pod scenario to coredns to avoid etcd disruption on KinD ( #1312 )
...
Signed-off-by: ddjain <darjain@redhat.com >
2026-05-14 17:47:40 +05:30
Paige Patton
ebe6049be9
adding start of vmi network scenario ( #1260 )
...
Assisted By: Claude Code:
Assisted By: Claude Code:
Signed-off-by: Paige Patton <prubenda@redhat.com >
2026-05-13 13:20:08 -04:00
Aastha-spec-tech and Paige Patton
64bdd3c6fb
refactor: remove hardcoded credentials and node info from baremetal scenarios ( #1286 )
...
Signed-off-by: Aastha-spec-tech <explorethings12345@gmail.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
2026-05-12 14:40:08 -04:00
Sahil Shah
dfc3a1d716
Adding http load scenario ( #1160 )
...
Signed-off-by: Sahil Shah <sahshah@redhat.com >
2026-04-09 10:47:50 -04:00
Paige Patton
ef50aa8c83
adding licsense to files ( #1215 )
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2026-03-31 15:19:19 -04:00
Paige Patton
357889196a
Adding node interface down/up scenario' ( #1192 )
...
* Adding node interface down/up scenario'
Signed-off-by: Paige Patton <prubenda@redhat.com >
* Trigger CI
---------
Signed-off-by: Paige Patton <prubenda@redhat.com >
2026-03-31 13:59:41 -04:00
Tullio Sebastiani
62dadfe25c
Resiliency Score krknctl compatibility fixes ( #1195 )
...
* added console log of the resiliency score when mode is "detailed"
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* base image krknctl input
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
resiliency score flag
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* removed json print in run_krkn.py
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* unit test fix
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2026-03-20 11:08:56 -04:00
Tullio Sebastiani and Paige Patton
cebc60f5a8
Network chaos NG porting - pod network chaos node network chaos ( #991 )
...
* fix ibm
Signed-off-by: Paige Patton <prubenda@redhat.com >
* type hint fix
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* pod network chaos plugin structure + utils method refactoring
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* Pod network chaos plugin
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* Node network chaos plugin
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* default config files
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* config.yaml
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* all field optional
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* minor fixes
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* minor nit on config
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* utils unit tests
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* PodNetworkChaos unit tests
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* NodeNetworkChaos unit test
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* PodNetworkChaos functional test
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* NodeNetworkChaso functional test
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* added funtests to the gh action
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* unit test fix
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* changed test order + resource rename
* functional tests fix
smallchange
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
fix requirements
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* changed pod test target
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* added kind port mapping and removed portforwarding
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
fix
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
test fixes
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
test fixes
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Paige Patton <prubenda@redhat.com >
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
Co-authored-by: Paige Patton <prubenda@redhat.com >
2026-02-18 16:20:16 +01:00
Paige Patton
e7fa6bdebc
checking chunk error in ci tests ( #937 )
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-12-17 15:09:15 -05:00
Paige Patton
f2ba8b85af
adding podman support in docker configuration ( #999 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 1s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-12-15 11:52:30 -05:00
Paige Patton
ba3fdea403
adding pvc ttests ( #1000 )
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-12-15 11:46:48 -05:00
Paige Patton
9981c26304
adding return values for failure cases ( #979 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m40s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-11-26 11:03:39 -05:00
Wei Liu and Paige Patton
4527d073c6
Make AWS node stop wait time configurable via timeout ( #940 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m13s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* Make AWS node stop wait time configurable via timeout
Signed-off-by: Wei Liu <weiliu@redhat.com >
* Make AWS node stop wait time configurable via timeout
Signed-off-by: Wei Liu <weiliu@redhat.com >
* Also update node start and terminate
Signed-off-by: Wei Liu <weiliu@redhat.com >
* Make poll interval parameterized
Signed-off-by: Wei Liu <weiliu@redhat.com >
* Add poll_interval to other cloud platforms
Signed-off-by: Wei Liu <weiliu@redhat.com >
---------
Signed-off-by: Wei Liu <weiliu@redhat.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
2025-11-24 12:25:23 -05:00
FAUST. and Tullio Sebastiani
b462c46b28
feat:Add exlude_label in container scenario ( #966 )
...
* feat:Add exlude_label in container scenario
Signed-off-by: zhoujinyu <2319109590@qq.com >
* refactor:use list_pods with exclude_label in container scenario
Signed-off-by: zhoujinyu <2319109590@qq.com >
---------
Signed-off-by: zhoujinyu <2319109590@qq.com >
Co-authored-by: Tullio Sebastiani <tsebastiani@users.noreply.github.com >
2025-11-24 15:59:36 +01:00
FAUST.
ab4ae85896
feat:Add exclude label to application outage ( #967 )
...
* feat:Add exclude label to application outage
Signed-off-by: zhoujinyu <2319109590@qq.com >
* chore: add missing comments
Signed-off-by: zhoujinyu <2319109590@qq.com >
* chore: adjust comments
Signed-off-by: zhoujinyu <2319109590@qq.com >
---------
Signed-off-by: zhoujinyu <2319109590@qq.com >
2025-11-24 15:54:05 +01:00
Sai Sindhur Malleni and Naga Ravi Chaitanya Elluri
dc1215a61b
Add OVN EgressIP scenario ( #931 )
...
Signed-off-by: smalleni <smalleni@redhat.com >
Co-authored-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com >
2025-11-04 13:58:36 -05:00
Tullio Sebastiani
543729b18a
Add exclude_label functionality to pod disruption scenarios ( #910 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m15s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* kill pod exclude label
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* config alignment
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-10-08 22:10:27 +02:00
Tullio Sebastiani and Priyansh Saxena
d434bb26fa
Feature/add exclude label pod network chaos ( #921 )
...
* feat: Add exclude_label feature to pod network outage scenarios
This feature enables filtering out specific pods from network outage
chaos testing based on label selectors. Users can now target all pods
in a namespace except critical ones by specifying exclude_label.
- Added exclude_label parameter to list_pods() function
- Updated get_test_pods() to pass the exclude parameter
- Added exclude_label field to all relevant plugin classes
- Updated schema.json with the new parameter
- Added documentation and examples
- Created comprehensive unit tests
Signed-off-by: Priyansh Saxena <130545865+Transcendental-Programmer@users.noreply.github.com >
* krkn-lib update
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* removed plugin schema
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Priyansh Saxena <130545865+Transcendental-Programmer@users.noreply.github.com >
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
Co-authored-by: Priyansh Saxena <130545865+Transcendental-Programmer@users.noreply.github.com >
2025-10-08 16:01:41 +02:00
Sahil Shah
671fc581dd
Adding node_label_selector for pod scenarios ( #888 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m38s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* Adding node_label_selector for pod scenarios
Signed-off-by: Sahil Shah <sahshah@redhat.com >
* using kubernetes function, adding node_name and removing extra config
Signed-off-by: Sahil Shah <sahshah@redhat.com >
* adding CI test for custom pod scenario
Signed-off-by: Sahil Shah <sahshah@redhat.com >
* fixing comment
* adding test to workflow
* adding list parsing logic for krkn hub
* parsing not needed, as input is always []
---------
Signed-off-by: Sahil Shah <sahshah@redhat.com >
2025-09-15 16:52:08 -04:00
Paige Patton
015ba4d90d
adding privileged option ( #901 )
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m9s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
2025-09-03 11:14:57 -04:00
Paige Patton
6480adc00a
adding setting own image for network chaos ( #883 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m5s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-08-13 17:49:47 -04:00
Tullio Sebastiani
fff675f3dd
added service account to Network Chaos NG workload ( #870 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m56s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-07-23 10:17:50 +02:00
Sahil Shah
50cf91ac9e
Disable SSL verification for IBM node scenarios and fix node reboot s… ( #861 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m9s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* Disable SSL verification for IBM node scenarios and fix node reboot scenario
Signed-off-by: Sahil Shah <sahshah@redhat.com >
* adding disable ssl as a scenario parameter for ibmcloud
Signed-off-by: Sahil Shah <sahshah@redhat.com >
---------
Signed-off-by: Sahil Shah <sahshah@redhat.com >
2025-07-16 12:48:45 -04:00
Tullio Sebastiani
11069c6982
added tolerations to node network filter pod deployment ( #867 )
2025-07-16 17:11:46 +02:00
Abhinav Sharma and Paige Patton
17f832637c
feat: add optional node-name field to hog scenarios with precedence over node-selector ( #831 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m31s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com >
2025-07-11 14:10:16 -04:00
Tullio Sebastiani
9d9a6f9b80
added missing parameters to node-network-filter + added default values
...
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-07-10 13:22:50 -04:00
Abhinav Sharma and Paige Patton
0731144a6b
Add support for triggering kubevirt VM outages ( #816 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m2s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* add requirement for kubevirt_vm_outage
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* add initial init and kubevirt_plugin files
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* add scenario in kubevirt-vm-outage.yaml
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* implement init, get_scenario_types, run and placeholder for inject and recover functions
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* implement init client, execute_scenario, validate environment, inject and get_VMinstance fucntions
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* implement recover function
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* implement recover function
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* add test for kubevirt_vm_outage feature
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* improve KubeVirt recovery logic and update dependencies, for kubevirt
Signed-off-by: Paige Patton <prubenda@redhat.com >
* refactor(kubevirt): use KrknKubernetes client for KubeVirt operations
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* chore: Add auto-restart disable option and simplify code
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* chore: remove kubevirt external package used.
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
* adding few changes and scenario in config file
Signed-off-by: Paige Patton <prubenda@redhat.com >
* removing docs
Signed-off-by: Paige Patton <prubenda@redhat.com >
* no affected pods
Signed-off-by: Paige Patton <prubenda@redhat.com >
---------
Signed-off-by: Abhinav Sharma <abhinavs1920bpl@gmail.com >
Signed-off-by: Paige Patton <prubenda@redhat.com >
Co-authored-by: Paige Patton <prubenda@redhat.com >
2025-07-08 14:04:57 -04:00
yogananth subramanian
dc8d7ad75b
Add disk detach/attach scenario to baremetal node actions ( #855 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Has been cancelled
Functional & Unit Tests / Generate Coverage Badge (push) Has been cancelled
- Implemented methods for detaching and attaching disks to baremetal nodes.
- Added a new scenario `node_disk_detach_attach_scenario` to manage disk operations.
- Updated the YAML configuration to include the new scenario with disk details.
Signed-off-by: Yogananth Subramanian <ysubrama@redhat.com >
2025-07-03 17:18:57 +02:00
Paige Patton
c8190fd1c1
adding pod test ( #858 )
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-07-03 15:00:51 +02:00
Tullio Sebastiani
c56819365c
minor nits fixes
...
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-06-27 15:12:45 +02:00
Tullio Sebastiani
6a657576cb
api refactoring + pod network filter scenario
...
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-06-26 15:51:35 +02:00
Tullio Sebastiani
f04f1f1101
added workload image as scenario parameter ( #854 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m58s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* added workload image as scenario parameter
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
* renamed workload_image to image
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-06-25 17:08:59 +02:00
Naga Ravi Chaitanya Elluri
bddbd42f8c
Expose kube_check parameter for baremetal node scenarios
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m7s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com >
2025-06-16 11:43:32 -04:00
Naga Ravi Chaitanya Elluri
d47286ae21
Expose parallel option in the baremetal node scenarios
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m14s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com >
2025-06-09 09:48:04 -04:00
Paige Patton
149eb8fcd3
adding kube_check as option into node scenarios
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-06-06 10:54:58 -04:00
Paige Patton
62f50db195
removing litmus sa ( #797 )
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-05-07 15:41:49 +02:00
yogananth subramanian
aee838d3ac
Fix: Add support for tains ( #790 ) ( #791 )
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 4m28s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
2025-05-06 12:51:59 -04:00
Tullio Sebastiani
3b4d8a13f9
network_chaos_ng_scenarios configuration fixes ( #794 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 4m9s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
2025-05-02 17:53:14 +02:00
Paige Patton
83d99bbb02
two types of zone outage
...
Functional & Unit Tests / Functional & Unit Tests (push) Has been cancelled
Functional & Unit Tests / Generate Coverage Badge (push) Has been cancelled
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-04-14 13:13:37 -04:00
Tullio Sebastiani and Naga Ravi Chaitanya Elluri
2624102d65
Node Network Filtering Scenario + Network Chaos NG modular architecture ( #766 )
...
Functional & Unit Tests / Functional & Unit Tests (push) Has been cancelled
Functional & Unit Tests / Generate Coverage Badge (push) Has been cancelled
* network chaos NG modular architecture
error handling
* first working version (missing protocols, number of instances, wait duration)
* added instance_count + sleep + methods documentation
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
---------
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com >
Co-authored-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com >
2025-04-10 16:47:29 +02:00
Paige Patton
0eba329305
moving ibm node to non native
...
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-03-19 15:02:12 +00:00
Paige Patton
21ab8d475d
adding vsphere updates to non native
...
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m19s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Paige Patton <prubenda@redhat.com >
2025-01-31 15:21:48 -05:00
Tullio Sebastiani
c7e068a562
Hog scenario porting from arcaflow to native ( #748 )
...
* added new native hog scenario
* removed arcaflow dependency + legacy hog scenarios
* config update
* changed hog configuration structure + added average samples
* fix on cpu count
* removes tripledes warning
* changed selector format
* changed selector syntax
* number of nodes option
* documentation
* functional tests
* exception handling on hog deployment thread
2025-01-31 17:01:26 +01:00
jtydlack
0c30d89a1b
Add node_disk_detach_attach_scenario for aws under node scenarios
...
Resolves #678
Signed-off-by: jtydlack <139967002+jtydlack@users.noreply.github.com >
Add functions for aws detach disk scenario
Signed-off-by: jtydlack <139967002+jtydlack@users.noreply.github.com >
Add detach disk scenario in node scenario
Signed-off-by: jtydlack <139967002+jtydlack@users.noreply.github.com >
Add disk_deatch_attach_scenario in docs
Signed-off-by: jtydlack <139967002+jtydlack@users.noreply.github.com >
2024-12-10 09:21:05 -05:00
Paige Patton
0ecba41082
adding multi label comment
2024-11-12 10:34:09 -07:00