summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'common/onap-tosca-datatype/src/test/resources')
-rw-r--r--common/onap-tosca-datatype/src/test/resources/yamlList.yaml1
-rw-r--r--common/onap-tosca-datatype/src/test/resources/yamlListError.yaml1
-rw-r--r--common/onap-tosca-datatype/src/test/resources/yamlMap.yaml3
3 files changed, 5 insertions, 0 deletions
diff --git a/common/onap-tosca-datatype/src/test/resources/yamlList.yaml b/common/onap-tosca-datatype/src/test/resources/yamlList.yaml
new file mode 100644
index 0000000000..0880d7db1c
--- /dev/null
+++ b/common/onap-tosca-datatype/src/test/resources/yamlList.yaml
@@ -0,0 +1 @@
+[value1, value2, value3] \ No newline at end of file
diff --git a/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml b/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml
new file mode 100644
index 0000000000..1cc8353ed1
--- /dev/null
+++ b/common/onap-tosca-datatype/src/test/resources/yamlListError.yaml
@@ -0,0 +1 @@
+parameter1: value1, value2, value3 \ No newline at end of file
diff --git a/common/onap-tosca-datatype/src/test/resources/yamlMap.yaml b/common/onap-tosca-datatype/src/test/resources/yamlMap.yaml
new file mode 100644
index 0000000000..d4a07a82a5
--- /dev/null
+++ b/common/onap-tosca-datatype/src/test/resources/yamlMap.yaml
@@ -0,0 +1,3 @@
+parameter1: value1
+parameter2: value2
+parameter3: value3 \ No newline at end of file