The heat.tests.test_parameters Module

class heat.tests.test_parameters.ParameterTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

speed = 'fast'
tag = ['unit', 'parameters']
test_default_invalid()[source]
test_default_no_override()[source]
test_default_override()[source]
test_description()[source]
test_list_value_list_bad()[source]
test_list_value_list_good()[source]
test_new_bad_type()[source]
test_new_list()[source]
test_new_no_type()[source]
test_new_number()[source]
test_new_string()[source]
test_no_description()[source]
test_no_echo_false()[source]
test_no_echo_true()[source]
test_no_echo_true_caps()[source]
test_number_float_good()[source]
test_number_high()[source]
test_number_int_good()[source]
test_number_low()[source]
test_number_value_list_bad()[source]
test_number_value_list_good()[source]
test_string_len_good()[source]
test_string_overflow()[source]
test_string_pattern_bad_prefix()[source]
test_string_pattern_bad_suffix()[source]
test_string_pattern_good()[source]
test_string_underflow()[source]
test_string_value_list_bad()[source]
test_string_value_list_good()[source]
class heat.tests.test_parameters.ParametersTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

speed = 'fast'
tag = ['unit', 'parameters']
test_map()[source]
test_map_str()[source]
test_pseudo_param_stackid()[source]
test_pseudo_params()[source]
test_schema_invariance()[source]
test_to_dict()[source]
test_user_param()[source]
test_user_param_nonexist()[source]

This Page