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/fallback/config-fallback-merge.xml | 15 --------------- .../test/resources/fallback/config-fallback-override.json | 9 --------- .../test/resources/fallback/config-fallback-union.yaml | 5 ----- .../test/resources/fallback/config-fallback.properties | 13 ------------- 4 files changed, 42 deletions(-) delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-merge.xml delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-override.json delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-union.yaml delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback.properties (limited to 'common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback') diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-merge.xml b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-merge.xml deleted file mode 100644 index 7872097491..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-merge.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - 28 - - 1048576 - gz,tgz - Base64 - deleted - - true - - - \ No newline at end of file diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-override.json b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-override.json deleted file mode 100644 index 7cdc7632e6..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-override.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "artifact": { - "name": { - "allowedChar": "a-zA-Z_0-9" - }, - "encoded": "true", - "consumer": "appc,catalog" - } -} \ No newline at end of file diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-union.yaml b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-union.yaml deleted file mode 100644 index 957b75d40a..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback-union.yaml +++ /dev/null @@ -1,5 +0,0 @@ - artifact: - name: - minlength: 6 - maxsize: 1048 - extension: "pdf,tgz,xls" \ No newline at end of file diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback.properties b/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback.properties deleted file mode 100644 index 7839839258..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/fallback/config-fallback.properties +++ /dev/null @@ -1,13 +0,0 @@ -artifact.name.maxlength=14 -#artifact.maxsize= -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=@GeneratorList.json -artifact.xmlSchema=@${env:path}/myschema.json -artifact.consumerAPPC=${artifact.consumer} -- cgit 1.2.3-korg