diff options
Diffstat (limited to 'tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml')
-rw-r--r-- | tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml b/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml new file mode 100644 index 00000000..478aec05 --- /dev/null +++ b/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml @@ -0,0 +1,11 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 + +imports: + - schema: schema.yaml + +topology_template: + node_templates: + my_house: + type: org.onap.tosca.checker.service.Residence + properties: + owner: {firstName: "Serban", lastName: "Jora"} |