The heat.tests.test_api_cfn_v1 Module

class heat.tests.test_api_cfn_v1.CfnStackControllerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Tests the API class which acts as the WSGI controller, the endpoint processing API requests after they are routed

setUp()[source]
speed = 'fast'
tag = ['unit', 'api-cfn-v1-stacks', 'StackController']
tearDown()[source]
test_create()[source]
test_create_err_engine()[source]
test_create_err_exists()[source]
test_create_err_inval_template()[source]
test_create_err_no_template()[source]
test_create_err_rpcerr()[source]
test_create_or_update_err()[source]
test_delete()[source]
test_delete_bad_name()[source]
test_delete_err_rpcerr()[source]
test_describe()[source]
test_describe_arn()[source]
test_describe_arn_invalidtenant()[source]
test_describe_aterr()[source]
test_describe_bad_name()[source]
test_describe_stack_resource()[source]
test_describe_stack_resource_nonexistent()[source]
test_describe_stack_resource_nonexistent_stack()[source]
test_describe_stack_resources()[source]
test_describe_stack_resources_bad_name()[source]
test_describe_stack_resources_err_inval()[source]
test_describe_stack_resources_physical()[source]
test_describe_stack_resources_physical_not_found()[source]
test_enforce_default()[source]
test_enforce_denied()[source]
test_enforce_ise()[source]
test_events_list()[source]
test_events_list_bad_name()[source]
test_events_list_err_rpcerr()[source]
test_get_template()[source]
test_get_template_bad_name()[source]
test_get_template_err_none()[source]
test_get_template_err_rpcerr()[source]
test_get_template_int_body()[source]

Test the internal _get_template function

test_list()[source]
test_list_rmt_aterr()[source]
test_list_rmt_interr()[source]
test_list_stack_resources()[source]
test_list_stack_resources_bad_name()[source]
test_stackid_addprefix()[source]
test_update()[source]
test_update_bad_name()[source]
test_validate_err_inval_template()[source]
test_validate_err_no_template()[source]

This Page