Move CSIT to integration/csit repo
[integration/csit.git] / tests / modeling-toscaparsers-javatoscachecker / APIs / data / test_template.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 imports:
4   - schema: schema.yaml
5
6 topology_template:
7   node_templates:
8     my_house:
9       type: org.onap.tosca.checker.service.Residence
10       properties:
11         owner: {firstName: "Serban", lastName: "Jora"}