push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / yaml_validator / invalid_valid_yaml_structure / input / invalid_duplicateKey.yaml
1 ### Heat Template ###
2 description: Generated template
3 heat_template_version: 2013-05-23
4 parameters: {}
5 resources:
6   network_0:
7     properties:
8       admin_state_up: true
9       name: NET_167
10       shared: true
11     type: OS::Neutron::Net
12   network_0:
13       properties:
14         admin_state_up: true
15         name: NET_167
16         shared: true
17       type: OS::Neutron::Net
18   network_1:
19     properties:
20       admin_state_up: true
21       name: NET_169
22       shared: true
23     type: OS::Neutron::Net
24
25