summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-12 14:43:56 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-12 14:43:56 +0000
commita8bb8cadac0822776081bd7aba51e86bc401805b (patch)
treefc711ea29ff8feac05ae3b74a3afc211bc5b839a /tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py
parent4420a794f17429f74b521f30d49e82af5794439f (diff)
parentf90be03da41fa8a233ecc84f54fa59d1f2f7021f (diff)
Merge changes from topics 'Add_property_software_config_transport_in_compute_node', 'Add_signal_transport_property_in_softwaredeployment'
* changes: Add property of software_config_transport in compute node Add signal_transport in software deployment resource
Diffstat (limited to 'tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py')
-rw-r--r--tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py b/tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py
index 24368ab..881e5db 100644
--- a/tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py
+++ b/tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_policies.py
@@ -74,7 +74,8 @@ class ToscaPoicyTest(TestCase):
'group': {
'get_resource':
'my_compute_placement_policy'}},
- 'user_data_format': 'SOFTWARE_CONFIG'}
+ 'user_data_format': 'SOFTWARE_CONFIG',
+ 'software_config_transport': 'POLL_SERVER_HEAT'}
self._tosca_policy_test(
tpl_snippet,
expectedprops)