From 1c377c679ba8c8771288788fdffb956cfd9f6f08 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Sun, 31 Jul 2016 14:39:16 +0800 Subject: Use the real yaml file in testcase of system.yaml As a tester; I want to make sure of the validation of substitution mappings in system chain. So i use the real test yaml file and delete the old. Change-Id: Id3dee02d8af5b221b654a3ee79e28f0ad5b53868 JIRA:PARSER-74 Signed-off-by: shangxdy --- tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py') 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) -- cgit 1.2.3-korg