aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml
deleted file mode 100644
index f47f33c..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_test_get_operation_output.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-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]}