Merge "Cleanup ROLLBACK_COMPLETE stack after the test finishes"

This commit is contained in:
Zuul 2017-11-17 04:42:17 +00:00 committed by Gerrit Code Review
commit 56efc18b2d
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ class HeatIntegrationTest(testscenarios.WithScenarios,
environment_files=environment_files,
timeout_mins=timeout_mins
)
if expected_status not in ['ROLLBACK_COMPLETE'] and enable_cleanup:
if enable_cleanup:
self.addCleanup(self._stack_delete, name)
stack = self.client.stacks.get(name, resolve_outputs=False)