summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml')
-rw-r--r--integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml b/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml
new file mode 100644
index 0000000000..679f1b64f9
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-root.yml
@@ -0,0 +1,8 @@
+tosca_definitions_version: tosca_simple_yaml_1_3
+node_types:
+ org.openecomp.resource.VFC-root:
+ derived_from: tosca.nodes.Root
+ properties:
+ aProperty:
+ type: string
+ required: false \ No newline at end of file