aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/data-types
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-11-02 10:01:16 +0000
committerAndr� Schmid <andre.schmid@est.tech>2021-11-02 16:48:49 +0000
commitdb7e56a11d52e3f89039add0b209eedb9552ac5a (patch)
treea409a7cc2e613f0e0e427e123658d1038df7892e /integration-tests/src/test/resources/Files/imports/tosca/data-types
parent0537b8ce368278b0e8358bd60e56151f8c8961a7 (diff)
IT Test Import tosca types for a model
Issue-ID: SDC-3735 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I45d438af0439ad553869e26feb4175795e417d4c Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Diffstat (limited to 'integration-tests/src/test/resources/Files/imports/tosca/data-types')
-rw-r--r--integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml b/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
new file mode 100644
index 0000000000..657c2d874c
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
@@ -0,0 +1,14 @@
+tosca.datatypes.nfv.AdditionalServiceData:
+ derived_from: tosca.datatypes.Root
+ description: describes the additional service data of the VirtualCp used to expose properties of the VirtualCp to NFV-MANO.
+ properties:
+ portData:
+ type: list
+ description: Service port numbers exposed by the VirtualCp.
+ required: false
+ entry_schema:
+ type: tosca.datatypes.nfv.ServicePortData
+ serviceData:
+ type: string
+ description: Service matching information exposed by the VirtualCp.
+ required: false \ No newline at end of file