Initial OpenECOMP SDC commit
[sdc.git] / catalog-be / src / test / resources / normativeTypes / normative-types-all-map-test.yml
1 tosca.nodes.BlockStorage:
2   allTestTag: tosca.nodes.Root
3   properties:
4     mapTestTag: 
5       stringTestTag: stringVal1
6       listTestTag:
7         - allTestTag: 1 MB
8         - listTestTag: 2 MB
9         - stringTestTag: stringVal2
10     volume_id:
11       type: string
12       required: false
13       allTestTag:
14           - greater_or_equal: 1 MB
15           - stringTestTag: stringVal3
16     allTestTag:
17       mapTestTag: string
18       required: true
19     snapshot_id:
20       stringTestTag: stringVal4
21       required: false
22       listTestTag:
23         - testTag1: 1 MB
24         - mapTestTag:
25           - testTag1: 1 MB
26           - type: stringVal2
27   capabilities:
28     mapTestTag: 
29       type: tosca.capabilities.Attachment
30       allTestTag: false