heat/heat/tests/openstack/mistral
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 Mistral tests 2015-11-20 12:38:08 +08:00
test_cron_trigger.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_workflow.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00