Bases: unittest.case.TestCase
-
create_stack(template)[source]
-
nested_template = "\nHeatTemplateFormatVersion: '2012-12-12'\nOutputs:\n Foo:\n Value: bar\n"
-
parse_stack(t)[source]
-
setUp()[source]
-
speed = 'fast'
-
tag = ['unit', 'resource']
-
tearDown()[source]
-
test_nested_stack()[source]
-
test_template = "\nHeatTemplateFormatVersion: '2012-12-12'\nResources:\n the_nested:\n Type: AWS::CloudFormation::Stack\n Properties:\n TemplateURL: https://localhost/the.template\n Parameters:\n KeyName: foo\n"