[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / attGuideLineValidator / baseHeatDoesNotExposeNetworkAndVolume / negative / MANIFEST.json
1 {
2   "name": "validTest",
3   "description": "Valid Test",
4   "version": "1610",
5   "data": [
6     {
7       "file": "first.yaml",
8       "type": "HEAT",
9       "isBase": true,
10       "data": [
11         {
12           "file": "first.env",
13           "type": "HEAT_ENV"
14         },
15         {
16           "file": "firstVol.yaml",
17           "type": "HEAT_VOL"
18         }
19       ]
20     },
21     {
22       "file": "second.yaml",
23       "type": "HEAT",
24       "isBase": false
25     }
26   ]
27 }