commit | 8ba9e2d2525f1538e7e1e558ce6f6ab93e48579e | [log] [tgz] |
---|---|---|
author | Steve Baker <sbaker@redhat.com> | Mon Mar 24 15:37:15 2014 +1300 |
committer | Steve Baker <sbaker@redhat.com> | Tue Mar 25 10:14:50 2014 +1300 |
tree | a4686c46690b16d01ebbc18807d335f70c1012a5 | |
parent | 585f1f32b00027c7f2a6e8720fbcaf3b39c7f1ce [diff] |
Fail a test if stack delete failed Whenever a deleting stack goes to DELETE_FAILED this is an error which should fail the test. Currently delete failures are ignored. As a side-effect of this, delete-failed stacks are leaked even though tests pass. The test may have done is own assertions on stack deletes, so a NotFound exception is still passed. Change-Id: I5f9e5901bcbd50bd8bd38c62175755ba59c6b837 Closes-Bug: #1295415