diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-08-03 08:10:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-03 08:10:39 +0000 |
commit | a679a901bbb58a526d60aa1182a0e6fcd0e41419 (patch) | |
tree | 7105e5c954a1310c7bfe5a19f673f830f5403185 /tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py | |
parent | c94de2c8594b8a5176bda7ad9a491f8a8133b09f (diff) | |
parent | 1c377c679ba8c8771288788fdffb956cfd9f6f08 (diff) |
Merge "Use the real yaml file in testcase of system.yaml"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py b/tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py index f66396e..877c72f 100644 --- a/tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py +++ b/tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py @@ -159,4 +159,4 @@ class TopologyTemplateTest(TestCase): "data/topology_template/system.yaml") system_tosca_template = ToscaTemplate(tpl_path) self.assertIsNotNone(system_tosca_template) - self.assertEqual(len(system_tosca_template.nested_tosca_templates), 1) + self.assertEqual(len(system_tosca_template.nested_tosca_templates), 3) |