Skip to content

Commit

Permalink
Fix Tox failure
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Mar 4, 2024
1 parent fe5d76c commit 6caf266
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocs_ci/utility/ibmcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,7 @@ def stop_nodes(self, nodes, force=True, wait=True):
Stop the nodes on IBM Cloud
Args:
nodes (list): The OCS objects of the nodes
force (bool): True for VM ungraceful power off, False for
graceful VM shutdown
force (bool): True for VM ungraceful power off, False for graceful VM shutdown
wait (bool): Wait for the VMs to stop
"""
for node in nodes:
Expand Down

0 comments on commit 6caf266

Please sign in to comment.