From: Steven Hardy Date: Fri, 14 Sep 2012 12:36:45 +0000 (+0100) Subject: heat tests : remove duplicate cleanup Wordpress_Boto X-Git-Tag: 2014.1~1413 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4481b66624904e9d04bb91a02b658c4690dedfac;p=openstack-build%2Fheat-build.git heat tests : remove duplicate cleanup Wordpress_Boto Remove the duplicate cleanup call, should only be in tearDown fixture Change-Id: I43cbe28694b248550689be08522d9774a38e6f64 Signed-off-by: Steven Hardy --- diff --git a/heat/tests/functional/test_WordPress_Single_Instance_Boto.py b/heat/tests/functional/test_WordPress_Single_Instance_Boto.py index bd734f38..1327e4dc 100644 --- a/heat/tests/functional/test_WordPress_Single_Instance_Boto.py +++ b/heat/tests/functional/test_WordPress_Single_Instance_Boto.py @@ -56,5 +56,3 @@ class WordPressBotoFunctionalTest(unittest.TestCase): print "Got stack output WebsiteURL=%s, verifying" % stack_url ver = verify.VerifyStack() self.assertTrue(ver.verify_wordpress(stack_url)) - - self.stack.cleanup()