aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/att_naming_convention/neutron_port_fixed_ip_name/expected_output/expected_output.json
blob: 7eefd3d36efdc613bbcfcc02528b972536b3f9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "hot-nimbus-pps_v1.0.yaml": {
    "errorMessageList": [
      {
        "level": "WARNING",
        "message": "Fixed_IPS not aligned with Guidelines, Resource ID [fixed_ip_illegal_name_1]"
      },
      {
        "level": "WARNING",
        "message": "Fixed_IPS not aligned with Guidelines, Resource ID [fixed_ip_illegal_name_2]"
      },
      {
        "level": "WARNING",
        "message": "Fixed_IPS not aligned with Guidelines, Resource ID [fixed_ip_illegal_name_3]"
      }
    ]
  },
  "nested-pps_v1.0.yaml": {
    "errorMessageList": [
      {
        "level": "WARNING",
        "message": "Missing VF_MODULE_ID resource id [pcrf_server_pps]"
      },
      {
        "level": "WARNING",
        "message": "Server Name not aligned with Guidelines, Resource ID [pcrf_server_pps]"
      },
      {
        "level": "WARNING",
        "message": "Fixed_IPS not aligned with Guidelines, Resource ID [pcrf_pps_port_0]"
      }
    ]
  },
  "MANIFEST.json": {
    "errorMessageList": [
      {
        "level": "WARNING",
        "message": "Missing Base HEAT. Pay attention that without Base HEAT, there will be no shared resources"
      }
    ]
  }
}