Add output validation for substitution mappings
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / topology_template / databasesubsystem.yaml
index ebf1856..6990679 100644 (file)
@@ -75,10 +75,10 @@ topology_template:
             distribution: Ubuntu
             version: 14.04
 
-  outputs:
-    receiver_ip:
-      description: private IP address of the database application
-      value: { get_attribute: [ server, private_address ] }
+#  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