aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2021-09-10 16:38:30 +0100
committeraribeiro <anderson.ribeiro@est.tech>2021-09-15 16:33:24 +0100
commita92af8bcddeee515907c5f3770982c9906fa64d3 (patch)
treeff04a4f3c7448d169a3591cddf3e77cd6bf312e5 /integration-tests/src/test/resources
parent04c0e1a91f9f4851047e4efe290bed8ed229c358 (diff)
Integration test for importing VFC with model
Issue-ID: SDC-3724 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: If978ab3630eaca9bb84e7f51fb24bf448f0e0587
Diffstat (limited to 'integration-tests/src/test/resources')
-rw-r--r--integration-tests/src/test/resources/Files/VFCs/VFC-For-Model.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/VFCs/VFC-For-Model.yaml b/integration-tests/src/test/resources/Files/VFCs/VFC-For-Model.yaml
new file mode 100644
index 0000000000..8fba3929eb
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/VFCs/VFC-For-Model.yaml
@@ -0,0 +1,21 @@
+tosca_definitions_version: tosca_simple_yaml_1_3
+
+node_types:
+ org.openecomp.resource.MyVfcForModelCI:
+ derived_from: tosca.nodes.Root
+ properties:
+ resourceType:
+ type: string
+ resourceSubtype:
+ type: string
+ required: false
+ attributes:
+ attr_1:
+ type: string
+ default: 'Integration Test'
+ attr_2:
+ type: integer
+ default: 2021
+ attr_3:
+ type: boolean
+ default: true