Skip to content

Commit 1ba8c20

Browse files
myakoveRedHatQE
authored andcommitted
Rename vm.wait_for_status_ready (#864)
1 parent bb30b92 commit 1ba8c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocp_resources/virtual_machine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def wait_for_status(self, status, timeout=TIMEOUT_4MINUTES, sleep=1):
127127
# VM status should be taken from spec.status.ready
128128
return
129129

130-
def wait_for_status_ready(self, status, timeout=TIMEOUT_4MINUTES, sleep=1):
130+
def wait_for_ready_status(self, status, timeout=TIMEOUT_4MINUTES, sleep=1):
131131
"""
132-
Wait for resource to be in status ready
132+
Wait for VM resource ready status to be at desire status
133133
134134
Args:
135135
status: Expected status: True for a running VM, None for a stopped VM.

0 commit comments

Comments
 (0)