Merge "Eliminate race in CancelUpdateTest" into stable/train

This commit is contained in:
Zuul 2020-01-14 00:17:30 +00:00 committed by Gerrit Code Review
commit 7596a9a055
1 changed files with 4 additions and 0 deletions

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)