[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / yaml_validator / invalid_valid_yaml_structure / expected_output / expected_output.json
1 {
2   "invalid_duplicateKey.yaml": {
3     "errorMessageList": [
4       {
5         "level": "ERROR",
6         "message": "Can\u0027t construct a java object for tag:yaml.org,2002:java.util.Map; exception\u003dwhile parsing MappingNode\n in \u0027string\u0027, line 6, column 3:\n      network_0:\n      ^\nduplicate key: network_0\n in \u0027string\u0027, line 26, column 1:\n    \n    ^\n\n in \u0027string\u0027, line 2, column 1:\n    description: Generated template\n    ^\n"
7       }
8     ]
9   },
10   "invalid_empty.yml": {
11     "errorMessageList": [
12       {
13         "level": "ERROR",
14         "message": "File:invalid_empty.yml is empty."
15       }
16     ]
17   },
18   "MANIFEST.json": {
19     "errorMessageList": []
20   },
21   "invalid_yamlInXMLFormat.yaml": {
22     "errorMessageList": [
23       {
24         "level": "ERROR",
25         "message": "Can\u0027t construct a java object for tag:yaml.org,2002:java.util.Map; exception\u003dNo single argument constructor found for interface java.util.Map\n in \u0027string\u0027, line 1, column 1:\n    \u003cstart\u003e\n    ^\n"
26       }
27     ]
28   },
29   "expected_output.json": {
30     "errorMessageList": []
31   },
32   "invalid_additionalSpaceBeforeProperty.yaml": {
33     "errorMessageList": [
34       {
35         "level": "ERROR",
36         "message": "while parsing a block mapping\n in \u0027string\u0027, line 7, column 5:\n        properties:\n        ^\nexpected \u003cblock end\u003e, but found BlockMappingStart\n in \u0027string\u0027, line 9, column 7:\n          name: NET_167\n          ^\n"
37       }
38     ]
39   },
40   "validHeat.yaml": {
41     "errorMessageList": []
42   },
43   "heat_missing_from_manifast.yaml": {
44     "errorMessageList": []
45   }
46 }