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 --- .../toscaparser/tests/data/topology_template/definitions.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml') diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml index e8e8c8a..77829c6 100644 --- a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml @@ -8,6 +8,11 @@ node_types: type: string server_port: type: integer + attributes: + server_ip: + type: string + server_port: + type: integer requirements: - receiver1: node: example.TransactionSubsystem -- cgit 1.2.3-korg