summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-07 16:07:04 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-07 16:07:04 +0000
commit53df43e97a6e48cc1441baddb0ff621f660e5342 (patch)
treedb67866b9443fe14c40419b84d3b9e0df5fbc68b /tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
parent5f7dfaf8af285fb94e919443bb6120f5327c067f (diff)
parent528ed804c77758d8e7270ec5a76cc5279330b086 (diff)
Merge "Fix network info output about compute node"
Diffstat (limited to 'tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py')
-rw-r--r--tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py b/tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
index 955150e..c02a547 100644
--- a/tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
+++ b/tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
@@ -33,12 +33,12 @@ class ToscaTemplateOutputTest(TestCase):
'server, http://<IP>:3000',
'value':
{'get_attr':
- ['app_server', 'networks', 'private', 0]}},
+ ['app_server', 'networks']}},
'mongodb_url':
{'description': 'URL for the mongodb server.',
'value':
{'get_attr':
- ['mongo_server', 'networks', 'private', 0]}}}
+ ['mongo_server', 'networks']}}}
hot_translation_dict = \
toscaparser.utils.yamlparser.simple_parse(hot_translation)