Check that the number of occurences of the relationships of a template is correct related with the definition of the type. Also fix other tests that do not pass this new test. Related-Bug: 2044266 Change-Id: I3dfa56d4e48454983daacc4b210017be1123683a
10 lines
189 B
YAML
10 lines
189 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_0
|
|
|
|
description: >
|
|
Webserver without host requirement
|
|
|
|
topology_template:
|
|
node_templates:
|
|
webserver:
|
|
type: tosca.nodes.WebServer
|