diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2016-12-08 11:42:45 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2016-12-09 23:40:43 +0800 |
commit | 7f2bbc7c5913a39d49fdc6533c708939b47a9233 (patch) | |
tree | 5736370b8f31ff725e5021fda3f36b4981e55347 /tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml | |
parent | d098a14d69bf78b7674ec5d75003c21250e640bc (diff) |
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 <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml index 6990679..b6e9c42 100644 --- a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml @@ -75,15 +75,6 @@ topology_template: distribution: Ubuntu version: 14.04 -# outputs: -# receiver_ip: -# description: private IP address of the database application -# value: { get_attribute: [ server, private_address ] } -# 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: dbserver_group: members: [ dbms, server ] |