Skip to content

Commit

Permalink
fix(unittests): align test_list_all_available_nemesis with actual list
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Aug 30, 2023
1 parent 6fbcd77 commit 9c816de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions data_dir/nemesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,26 +110,26 @@
- disruptive = True
- free_tier_set = True
- disrupt_mgmt_backup:
- disruptive = False
- manager_operation = True
- disruptive = False
- limited = True
- disrupt_mgmt_backup_specific_keyspaces:
- disruptive = False
- manager_operation = True
- disruptive = False
- limited = True
- disrupt_mgmt_corrupt_then_repair:
- disruptive = True
- manager_operation = True
- disruptive = True
- kubernetes = True
- limited = True
- disrupt_mgmt_repair_cli:
- disruptive = False
- manager_operation = True
- disruptive = False
- kubernetes = True
- limited = True
- disrupt_mgmt_restore:
- disruptive = True
- manager_operation = True
- disruptive = True
- kubernetes = True
- limited = True
- disrupt_modify_table:
Expand Down
2 changes: 1 addition & 1 deletion unit_tests/test_nemesis_sisyphus.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_list_all_available_nemesis(generate_file=True):
disruption_list, disruptions_dict, disruption_classes = sisyphus.get_list_of_disrupt_methods(
subclasses_list=subclasses, export_properties=True)

assert len(disruption_list) == 83
assert len(disruption_list) == 84

if generate_file:
with open('data_dir/nemesis.yml', 'w', encoding="utf-8") as outfile1:
Expand Down

0 comments on commit 9c816de

Please sign in to comment.