summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heat_integrationtests/functional/test_cancel_update.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heat_integrationtests/functional/test_cancel_update.py b/heat_integrationtests/functional/test_cancel_update.py
index bfeeda643..68ba3f447 100644
--- a/heat_integrationtests/functional/test_cancel_update.py
+++ b/heat_integrationtests/functional/test_cancel_update.py
@@ -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)