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 --- .../src/test/resources/Notification/config.properties | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/Notification/config.properties (limited to 'common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/Notification') diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/Notification/config.properties b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/Notification/config.properties deleted file mode 100644 index 4076eefa58..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/Notification/config.properties +++ /dev/null @@ -1,15 +0,0 @@ -artifact.name.maxlength=14 -artifact.consumer=APPC -artifact.maxsize=1048 -artifact.extension=pdf,zip,xml -artifact.supportedEncryption=Base64 -artifact.supportedEncryption=MD5 -artifact.name.allowedChar=a-zA-Z -artifact.name.allowedchar=a-zA-Z -artifact.status=deleted -artifact.status=Deleted -artifact.persistLocation=/opt/spool,${sys:user.home}/asdc -artifact.jsonSchema=@${sys:user.home}/TestResources/GeneratorsList.json -artifact.xmlSchema=@${env:path}/myschema.json -artifact.consumerAPPC=${artifact.consumer} -_config.namespace=Notification \ No newline at end of file -- cgit 1.2.3-korg