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/MergeStrategyAsConfigProp/config.properties | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.properties (limited to 'common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.properties') diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.properties b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.properties deleted file mode 100644 index a82e6b23fe..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.properties +++ /dev/null @@ -1,10 +0,0 @@ -artifact.name.maxlength=14 -artifact.extension=pdf,zip,xml -artifact.supportedEncryption=Base64,MD5 -artifact.name.allowedChar=a-zA-Z -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=ModeAsConfigProp \ No newline at end of file -- cgit 1.2.3-korg