summaryrefslogtreecommitdiffstats
path: root/nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml')
-rw-r--r--nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml b/nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml
new file mode 100644
index 0000000..57ce279
--- /dev/null
+++ b/nfvparser/src/main/python/toscaparser/tests/data/custom_types/db_with_list_param.yaml
@@ -0,0 +1,10 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+node_types:
+ tosca.nodes.DatabaseWithListParam:
+ derived_from: tosca.nodes.Database
+ properties:
+ list_prop:
+ type: list
+ entry_schema:
+ type: integer