Remove spurious traceback in test

One of the engine_service test displays a traceback for no good reason
in the tests. Cleaning up the stack created in the tests removes it.

Change-Id: I683e3318f5970c836118e99301079faff894e25d
This commit is contained in:
Thomas Herve 2013-10-17 12:01:45 +02:00
parent 4603a7ab5d
commit 39f201806a

View File

@ -468,6 +468,7 @@ class StackServiceCreateUpdateDeleteTest(HeatTestCase):
self.m.VerifyAll()
self.assertEquals(stack.identifier(), result)
self.assertEquals(3, stack.total_resources())
stack.delete()
def test_stack_create_total_resources_exceeds_max(self):
stack_name = 'service_create_stack_total_resources_exceeds_max'