summaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.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/datatypes/test_custom_datatypes_value_error.yaml')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml
deleted file mode 100644
index 31cf681..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0
-
-description: >
- TOSCA templates used to test custom datatypes.
-
-imports:
- - custom_datatype_def.yaml
-
-topology_template:
- node_templates:
- # addresses is not a map
- error in field value:
- type: tosca.nodes.my.SomeNode
- properties:
- people:
- name: Mike
- gender: male
- addresses: [1 foo street, 9 bar avenue]