Add output validation test case for substitution. 53/25653/2
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 8 Dec 2016 03:42:45 +0000 (11:42 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Fri, 9 Dec 2016 15:40:43 +0000 (23:40 +0800)
commit7f2bbc7c5913a39d49fdc6533c708939b47a9233
tree5736370b8f31ff725e5021fda3f36b4981e55347
parentd098a14d69bf78b7674ec5d75003c21250e640bc
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>
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/databasesubsystem.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/system.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/transactionsubsystem.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/queuingsubsystem_invalid_input.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/system_invalid_missing_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/system_invalid_unknown_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/transactionsubsystem_invalid_missing_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/transactionsubsystem_invalid_unknown_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py