aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/yaml_validator/duplicateKey.yaml
blob: 418cc59c71de431d10e1f730086e3458ea660e06 (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
26
27
28
29
30
### Heat Template ###
description: Generated template
heat_template_version: 2013-05-23
parameters: {}
resources:
  Key_1_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_2_not_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_2_not_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_3_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest