heat/heat/tests/openstack/heat
Sergey Kraynev 440a306216 Add one general testing of resource_mapping
Each resource in Heat has resource_mapping fucntion for loading his type
in environment for futher using.
This method should be callable and should return dictionary, where
key is resource type and value is corresponding resource class.
More over resource_type should have format:
"Platform Type"/"Service type"/.../"Resource Name"

This patch adds common test for this method and check all modules in
heat.engine.resources sub-directories.
Duplicate useless tests were removed.

Change-Id: I8148811418c21277a4b732de98a53c5291f57f1f
2016-02-25 02:52:34 -05:00
..
__init__.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_cloud_config.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_cloudwatch.py Use EntityNotFound instead of WatchRuleNotFound 2015-11-29 22:11:45 +08:00
test_cw_alarm.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_instance_group.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_instance_group_update_policy.py Fix mocking in several tests causing excessive run-times 2015-12-08 22:40:39 +00:00
test_multi_part.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_none_resource.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_random_string.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_remote_stack.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_resource_chain.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_resource_group.py Merge "Fix resource definition loading in resource groups" 2016-02-24 04:59:41 +00:00
test_restarter.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_software_component.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_software_config.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_software_deployment.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_structured_config.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_swiftsignal.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_waitcondition.py Edit backslashes for lines continuations 2016-02-01 16:51:41 +03:00