aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_template.yaml
blob: 478aec05e237d5f3f000bfe422951b7f8a05ccf3 (plain)
1
2
3
4
5
6
7
8
9
10
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"}