Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / demoResourcesWanLan / connector / connector.yml
1 org.openecomp.asdc.nodes.Connector:
2   #Connector is the parent node of both WAN and LAN connectors. 
3     derived_from: org.openecomp.asdc.nodes.Root
4     requirements:
5       - connectTo: 
6           capability: org.openecomp.asdc.capabilities.Endpoint
7           #the requirement can establish the relationship with a node providing such capability
8           relationship: org.openecomp.asdc.relationships.ConnectsTo
9           #occurrences means how many times this requirement can appear in one node. 
10           occurrences: [1, UNBOUNDED]