Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importAttResources / HSS / HSS.yml
1 att.nodes.ims.HSS:
2   derived_from: tosca.nodes.SoftwareComponent
3   capabilities:
4     icscf_endpoint:
5       type: tosca.capabilities.Endpoint
6       relationship: tosca.relationships.ConnectTo
7       occurrences: [0, UNBOUNDED]  
8       description: Connection with one ore more I-CSCF functions 
9     scscf_endpoint:
10       type: tosca.capabilities.Endpoint
11       relationship: tosca.relationships.ConnectTo
12       occurrences: [0, UNBOUNDED]  
13       description: Connection with one ore more S-CSCF functions
14   requirements:
15     database_endpoint: 
16       capability: tosca.capabilities.Endpoint.Database  
17       node: tosca.nodes.Database
18       relationship: tosca.relationships.ConnectsTo