Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResourceTests / importResource4testCP / normative-types-new-importResource4testCP.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.CP.importResource4test:
4     derived_from: tosca.nodes.Root
5     description: The TOSCA Node Type all other TOSCA base Node Types derive from
6     attributes:
7       tosca_id:
8         type: string
9       tosca_name:
10         type: string
11       state:
12         type: string
13     capabilities:
14       feature2: 
15         type: tosca.capabilities.Node
16     requirements:
17       - dependency2 :
18           capability: tosca.capabilities.Node
19           node: tosca.nodes.importResource4test 
20           relationship: tosca.relationships.DependsOn
21           occurrences: [ 0, UNBOUNDED ]
22     properties:
23       root_password: 
24         type: string
25         required: false
26         description: the optional root password for the DBMS service
27       port:
28         type: integer
29         required: false
30         description: the port the DBMS service will listen to for data and requests