summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling/javatoscachecker/APIs/data/test_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/modeling/javatoscachecker/APIs/data/test_template.yaml')
-rw-r--r--test/csit/tests/modeling/javatoscachecker/APIs/data/test_template.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/csit/tests/modeling/javatoscachecker/APIs/data/test_template.yaml b/test/csit/tests/modeling/javatoscachecker/APIs/data/test_template.yaml
new file mode 100644
index 000000000..478aec05e
--- /dev/null
+++ b/test/csit/tests/modeling/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"}