summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/checker/src/test/resources/config/annotations.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'javatoscachecker/checker/src/test/resources/config/annotations.yaml')
-rw-r--r--javatoscachecker/checker/src/test/resources/config/annotations.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/javatoscachecker/checker/src/test/resources/config/annotations.yaml b/javatoscachecker/checker/src/test/resources/config/annotations.yaml
new file mode 100644
index 0000000..2102a22
--- /dev/null
+++ b/javatoscachecker/checker/src/test/resources/config/annotations.yaml
@@ -0,0 +1,11 @@
+tosca_definitions_version: tosca_simple_yaml_1_1_x
+description: test extension
+
+topology_template:
+
+ node_templates:
+
+ test:
+ type: tosca.nodes.Compute
+ annotations: ["this", "that"]
+