The heat.tests.test_api_aws Module

class heat.tests.test_api_aws.AWSCommon(methodName='runTest')[source]

Bases: unittest.case.TestCase

Tests the api/aws common componenents

setUp()[source]
speed = 'fast'
tag = ['unit', 'api-aws', 'AWSCommon']
tearDown()[source]
test_extract_param_list()[source]
test_extract_param_list_badindex()[source]
test_extract_param_list_garbage_prefix()[source]
test_extract_param_list_garbage_prefix2()[source]
test_extract_param_list_garbage_suffix()[source]
test_extract_param_list_multiple()[source]
test_extract_param_list_multiple_missing()[source]
test_format_response()[source]
test_params_extract()[source]
test_params_extract_dots()[source]
test_params_extract_garbage()[source]
test_params_extract_garbage_prefix()[source]
test_params_extract_garbage_suffix()[source]
test_reformat_dict_keys()[source]

This Page