The heat.tests.test_resource Module

class heat.tests.test_resource.MetadataTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
speed = 'fast'
tag = ['unit', 'resource']
tearDown()[source]
test_read_initial()[source]
test_write()[source]
class heat.tests.test_resource.ResourceTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
speed = 'fast'
tag = ['unit', 'resource']
tearDown()[source]
test_create_fail_missing_req_prop()[source]
test_create_fail_prop_typo()[source]
test_created_time()[source]
test_equals_different_stacks()[source]
test_equals_names()[source]
test_get_class_noexist()[source]
test_get_class_ok()[source]
test_metadata_default()[source]
test_parsed_template()[source]
test_parsed_template_default()[source]
test_resource()[source]
test_resource_new_err()[source]
test_resource_new_ok()[source]
test_state()[source]
test_state_defaults()[source]
test_state_description()[source]
test_type()[source]
test_update_fail_missing_req_prop()[source]
test_update_fail_prop_typo()[source]
test_update_ok()[source]
test_update_template_diff_changed_add()[source]
test_update_template_diff_changed_modified()[source]
test_update_template_diff_changed_notallowed()[source]
test_update_template_diff_changed_remove()[source]
test_update_template_diff_empty()[source]
test_update_template_diff_properties_added()[source]
test_update_template_diff_properties_changed()[source]
test_update_template_diff_properties_none()[source]
test_update_template_diff_properties_notallowed()[source]
test_update_template_diff_properties_removed()[source]
test_updated_time()[source]

This Page