[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / heat_validator / parameter_default_value / positive_test / expected_output / expected_output.json
1 {
2         "name": "multiple_not_nested",
3         "description": "multiple heat files in zip, no nesting",
4         "version": "2013-05-23",
5         "data": [{
6                 "file": "cmaui.yml",
7                 "type": "HEAT",
8                 "data": [{
9                         "file": "cmaui.env",
10                         "type": "HEAT_ENV"
11                 }]
12         },
13         {
14                 "file": "eca_oam.yaml",
15                 "type": "HEAT",
16                 "data": [{
17                         "file": "eca_oam.env",
18                         "type": "HEAT_ENV"
19                 }]
20         },      
21         {
22                 "file": "eca_oam_nested.yaml",
23                 "type": "HEAT"
24         },      
25         {
26                 "file": "MMSC_Capacity_Line.yml",
27                 "type": "HEAT",
28                 "data": [{
29                         "file": "MMSC_Capacity_Line_1.env",
30                         "type": "HEAT_ENV"
31                 }]
32         },
33         {
34                 "file": "SG_ECA_MGMT.yaml",
35                 "type": "HEAT",
36                 "data": [{
37                         "file": "sg_eca_mgmt.env",
38                         "type": "HEAT_ENV"
39                 }]
40         }
41         ]
42 }