]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat tests : functional tests remove erroneous finally clause
authorSteven Hardy <shardy@redhat.com>
Thu, 3 Jan 2013 14:36:53 +0000 (14:36 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 3 Jan 2013 16:52:39 +0000 (16:52 +0000)
commit1ce6105b3c1cf7ecd911682e874519c1eab85166
treefd8cf92da62b64fb1aabd9966fa182c4906e0599
parent23d2a61153ba7cc4c698fb3719bff2b08febc068
heat tests : functional tests remove erroneous finally clause

Some tests have had a finally clause added which means they delete the
stack before doing any tests, even when it is created successfully.  Doh!

Change-Id: I7cefd313b9f810067304fe19f58a038226555b86
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/tests/functional/test_CFN_API_Actions.py
heat/tests/functional/test_CFN_API_Actions_Boto.py
heat/tests/functional/test_CFN_API_UpdateStack.py