summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml
diff options
context:
space:
mode:
Diffstat (limited to 'asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml')
-rw-r--r--asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml b/asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml
deleted file mode 100644
index 28919d38e4..0000000000
--- a/asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0_0
-node_types:
- tosca.nodes.DBMS:
- derived_from: tosca.nodes.SoftwareComponent
- properties:
- root_password:
- type: string
- required: false
- description: the optional root password for the DBMS service
- port:
- type: integer
- required: false
- description: the port the DBMS service will listen to for data and requests
- capabilities:
- host:
- type: tosca.capabilities.Container
- valid_source_types: [ tosca.nodes.Database ]