aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/ecompGuideLineValidator/heatNovaNetworkUniqueRoleConvention/negative/MANIFEST.json
blob: 76ce6de6e60a354cae4c1391fd5c776a73d54eeb (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
{
  "name": "validTest",
  "description": "Valid Test",
  "version": "1610",
  "data": [
    {
      "file": "first.yaml",
      "type": "HEAT",
      "isBase": true,
      "data": [
        {
          "file": "first.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "firstVol.yaml",
          "type": "HEAT_VOL"
        }
      ]
    },
    {
      "file": "second.yaml",
      "type": "HEAT",
      "isBase": false
    }
  ]
}