[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 / manifestValidator / missingFileInZip / MANIFEST.json
1 {
2   "name": "validTest",
3   "description": "Valid Test",
4   "version": "1610",
5   "data": [
6     {
7       "file": "single.yaml",
8       "type": "HEAT",
9       "data": [
10         {
11           "file": "single.env",
12           "type": "HEAT_ENV"
13         },
14         {
15           "file": "singleVol.yaml",
16           "type": "HEAT_VOL"
17         }
18       ]
19     }
20   ]
21 }