tosca-parser/toscaparser/tests/data/tosca_test_get_operation_output.yaml
surbhi sarda c69d6881cd Implementing get_operation_output function
Implemented testcases and added
fourth parameter(output_variable_name)

Change-Id: I92873ec3e3c396b9ffdf1d4a211f8d1b785d834d
Partially-Implements: blueprint tosca-operations-functions
2016-09-01 18:49:14 +05:30

20 lines
472 B
YAML

tosca_definitions_version: tosca_simple_yaml_1_0
description: TOSCA simple profile to test the GET OPERATION OUTPUT functionality
imports:
- custom_types/compute_with_prop.yaml
topology_template:
node_templates:
front_end:
type: tosca.nodes.ComputeWithProp
interfaces:
Standard:
create:
implementation: nodejs/create.sh
inputs:
data_dir: {get_operation_output: [front_end,Standard,create,data_dir]}