From 04387deeab820e75c6d37d2ddd5b514cb7bcfd9e Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Sun, 11 Jun 2017 14:33:57 +0300 Subject: [SDC-32] separate Tosca Parser from DC Change-Id: I7e7f31ff2bd92fec22031f75b7051d129a21d01b Signed-off-by: Pavel Aharoni --- ...est_custom_datatypes_nested_datatype_error.yaml | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/datatypes/test_custom_datatypes_nested_datatype_error.yaml (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_nested_datatype_error.yaml') 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_nested_datatype_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_nested_datatype_error.yaml deleted file mode 100644 index b28f499..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_nested_datatype_error.yaml +++ /dev/null @@ -1,25 +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: - # 123456789 is not a string - error in nested datatype: - type: tosca.nodes.my.SomeNode - properties: - people: - name: Mike - gender: male - addresses: {Home: 1 foo street, Office: 9 bar avenue} - contacts: - - {contact_name: Tom, - contact_email: tom@email.com, - contact_phone: 123456789} - - {contact_name: Jerry, - contact_email: jerry@email.com, - contact_phone: '321654987'} -- cgit 1.2.3-korg