Skip to content

Commit

Permalink
remove stop node forcefully. not implemented for every platform
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <[email protected]>
  • Loading branch information
DanielOsypenko committed Jul 14, 2024
1 parent edd0993 commit ea46348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cross_functional/ui/test_odf_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_stop_start_node_validate_topology(
random_node_idle = random.choice(
[node for node in ocp_nodes if node != random_node_under_test]
)
nodes.stop_nodes(nodes=[random_node_under_test], force=True)
nodes.stop_nodes(nodes=[random_node_under_test])

api = prometheus.PrometheusAPI(threading_lock=threading_lock)
logger.info(f"Verifying whether {constants.ALERT_NODEDOWN} has been triggered")
Expand Down

0 comments on commit ea46348

Please sign in to comment.