fix error when run unittest case 31/16231/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Fri, 1 Jul 2016 02:38:20 +0000 (10:38 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Fri, 1 Jul 2016 02:38:20 +0000 (10:38 +0800)
commitc56a304dbfbc5374cbee8a0e83d24b46cd54813a
treeb5b3c10fe006777764d0d1945eddb38be4291ede
parentd3ec79a8d3146b88892cf6d7fdf843ccd7e3a0b0
fix error when run unittest case

when run tox -epy27, there are errors in function of test_relationship
for key in relation.keys():
    rel_tpl = relation.get(key).get_relationship_template()
    if rel_tpl:
        self.assertEqual(
            rel_tpl[0].type, "tosca.relationships.ConnectsTo")
rel_tpl is a list so real_tpl[0].type can be other value, not only
tosca.relationships.ConnectsTo.

JIRA: PARSER:61

Change-Id: Ibdc7307888f5281ac0bd806088483f8c46416968
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py
tosca2heat/tosca-parser/tox.ini