aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_duplicateKey.yaml
blob: 2dc0c6394110c527470f3ec9ea7d08a4d773b790 (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
### Heat Template ###
description: Generated template
heat_template_version: 2013-05-23
parameters: {}
resources:
  network_0:
    properties:
      admin_state_up: true
      name: NET_167
      shared: true
    type: OS::Neutron::Net
  network_0:
      properties:
        admin_state_up: true
        name: NET_167
        shared: true
      type: OS::Neutron::Net
  network_1:
    properties:
      admin_state_up: true
      name: NET_169
      shared: true
    type: OS::Neutron::Net