Skip to content

Commit

Permalink
Corrected failure case in the network failure scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Parag Kamble <[email protected]>
  • Loading branch information
paraggit committed Oct 10, 2024
1 parent 9c8390d commit 9015d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resiliency/test_network_failures_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestNetworkFailures:
def test_node_network_failure(self, multi_pvc_factory, fio_resiliency_workload):
""" """
scenario = "NETWORK_FAILURES"
failure_method = "POWEROFF_NODE"
failure_method = "NODE_NETWORK_DOWN"

# Create pvcs with different access_modes
size = 5
Expand Down

0 comments on commit 9015d51

Please sign in to comment.