The heat_integrationtests.functional.test_immutable_parameters Module

class heat_integrationtests.functional.test_immutable_parameters.ImmutableParametersTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

template_param_has_immutable_field = "\nheat_template_version: 2014-10-16\nparameters:\n param1:\n type: string\n default: default_value\n immutable: false\noutputs:\n param1_output:\n description: 'parameter 1 details'\n value: { get_param: param1 }\n"
template_param_has_no_immutable_field = "\nheat_template_version: 2014-10-16\nparameters:\n param1:\n type: string\n default: default_value\noutputs:\n param1_output:\n description: 'parameter 1 details'\n value: { get_param: param1 }\n"
test_immutable_param_field_allowed()[source]
test_immutable_param_field_error()[source]
test_no_immutable_param_field()[source]

Previous topic

The heat_integrationtests.functional.test_hooks Module

Next topic

The heat_integrationtests.functional.test_instance_group Module

Project Source

This Page