From 7f2bbc7c5913a39d49fdc6533c708939b47a9233 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 8 Dec 2016 11:42:45 +0800 Subject: Add output validation test case for substitution. According to currently implementation, add new test case for substitution mappings output validation: 1. Unknown output; 2. Missing required output. JIRA:PARSER-116 Change-Id: I84dc80c2bc6fd8b63dd7c4ddf0b81dc5148a4ceb Signed-off-by: shangxdy --- .../tests/data/topology_template/queuingsubsystem.yaml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml') diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml index 8c4cc76..578aa4a 100644 --- a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml @@ -61,10 +61,6 @@ topology_template: version: 14.04 outputs: -# receiver_ip: -# description: private IP address of the message receiver application -# value: { get_attribute: [ server, private_address ] } - server_ip: description: server_ip of the message receiver application value: { get_input: server_ip } @@ -73,11 +69,6 @@ topology_template: description: server_port of the message receiver application value: { get_input: server_port } -# It seems current _process_intrisic_function can not handle more than 2 arguments, save it for later -# receiver_port: -# description: Port of the message receiver endpoint -# value: { get_attribute: [ app, data_endpoint, port_name ] } - groups: tran_server_group: members: [ tran_app, server ] -- cgit 1.2.3-korg