The heat.tests.functional.test_CFN_API_UpdateStack Module

class heat.tests.functional.test_CFN_API_UpdateStack.CfnApiUpdateStackFunctionalTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

This test launches a wordpress stack then attempts to verify correct operation of all the heat CFN API UpdateStack action

This is a separate test from the main CfnApiFunctionalTest because part of the test replaces the instance, making it quite hard to avoid breaking things for the other tests

classmethod setupAll()[source]
speed = 'slow'
tag = ['func', 'wordpress', 'api', 'cfn', 'F17']
classmethod teardownAll()[source]
testUpdateStack()[source]
testUpdateStackReplace()[source]

This Page