From 32ff3e346b875442a04119c7376697dc5eee8513 Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 24 Oct 2018 06:18:06 +0000 Subject: Moved config tests into config module Change-Id: I7b99fdeeeb66f5de9bcd9283d815976c3d7520b0 Issue-ID: SDC-1867 Signed-off-by: vempo --- .../test/resources/ValidateDefaultMode/config-defaultmode.json | 8 ++++++++ .../resources/ValidateDefaultMode/config-defaultmode.properties | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.json create mode 100644 common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.properties (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.json b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.json new file mode 100644 index 0000000000..19ca08fd1d --- /dev/null +++ b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.json @@ -0,0 +1,8 @@ +{ + "artifact": { + "name": { + "minlength": "6" + }, + "extension": "pdf,tgz,xls" + } +} \ No newline at end of file diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.properties b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.properties new file mode 100644 index 0000000000..c857da38e9 --- /dev/null +++ b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/ValidateDefaultMode/config-defaultmode.properties @@ -0,0 +1,2 @@ +artifact.name.maxlength=14 +artifact.maxsize=1048 \ No newline at end of file -- cgit 1.2.3-korg