Merge "Eliminate race in CancelUpdateTest"

This commit is contained in:
Zuul
2019-12-18 13:48:48 +00:00
committed by Gerrit Code Review

View File

@@ -58,4 +58,8 @@ resources:
parameters=parameters,
expected_status='UPDATE_IN_PROGRESS')
# Ensure we start updating the server before rolling back
self._wait_for_resource_status(
stack_identifier, 'Server', 'CREATE_IN_PROGRESS')
self.cancel_update_stack(stack_identifier)