aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-03-24 11:27:43 +0000
committerChristophe Closset <christophe.closset@intl.att.com>2021-03-25 07:21:06 +0000
commit6de0954fbde0a78ea1084248a59cdb7f5c0a18e4 (patch)
tree24bb801073fd0c49fb8b045d06d39ce85381b632 /integration-tests/src/test/resources/Files
parent908c0f0e5a3d1ae44de93b06d61e54869831415e (diff)
Implement 'Import VFC' UI test
Change-Id: I1eb9c5f458f3861d21e37e0b5d0e2ef63862e97b Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3531
Diffstat (limited to 'integration-tests/src/test/resources/Files')
-rw-r--r--integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml24
-rw-r--r--integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml8
2 files changed, 32 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml
new file mode 100644
index 0000000000..2c00cbd7e9
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml
@@ -0,0 +1,24 @@
+tosca_definitions_version: tosca_simple_yaml_1_3
+node_types:
+ org.openecomp.resource.VFC-child:
+ derived_from: org.openecomp.resource.VFC-root
+ properties:
+ aProperty:
+ type: string
+ required: false
+ attributes:
+ test_1:
+ type: string
+ default: 'MydefaultValue'
+
+ test_2:
+ type: integer
+ default: 266305
+
+ test_3:
+ type: string
+ default: 'TestValue3'
+
+ test_4:
+ type: boolean
+ default: true \ No newline at end of file
diff --git a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml
new file mode 100644
index 0000000000..679f1b64f9
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/importVfc/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