aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/test_instance_nested_imports.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/test_instance_nested_imports.yaml')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/test_instance_nested_imports.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/test_instance_nested_imports.yaml b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/test_instance_nested_imports.yaml
deleted file mode 100644
index 6aa9307..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/test_instance_nested_imports.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0
-
-description: >
- TOSCA simple profile with wordpress, web server and mysql on the same server.
-
-imports:
- - wordpress: custom_types/nested_test_wordpress.yaml
-
-topology_template:
-
- node_templates:
- wordpress:
- type: tosca.nodes.WebApplication.WordPress
-
- testrsyslogtype:
- type: tosca.nodes.SoftwareComponent.Rsyslog.TestRsyslogType
-
- rsyslog:
- type: Test2ndRsyslogType
-
- logstash:
- type: tosca.nodes.SoftwareComponent.Logstash