summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-03-23 14:00:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-23 14:00:47 +0000
commit87751f9e022fd044e40119a804a167bc0a338806 (patch)
tree62cf88b181a8a91e1d8795fe19fc99d707f4d25f /src/test/resources/application.properties
parent9fe5a8b3358252a81fcd378b2415fdfb0a119263 (diff)
parent378d05bded462b721cd04e7eb5ab06a944da452e (diff)
Merge changes from topic 'bugfix/sdc-controller'
* changes: Rework the SDC test Naming convention Sonar fixes
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r--src/test/resources/application.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 55666e5c8..37f9bd7eb 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -190,10 +190,10 @@ clamp.config.action.insert.test.event=false
clamp.config.clds.service.cache.invalidate.after.seconds=120
#DCAE Inventory Url Properties
-clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080
+clamp.config.dcae.inventory.url=http://localhost:${docker.http-cache.port.host}
#DCAE Dispatcher Url Properties
-clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8080
+clamp.config.dcae.dispatcher.url=http://localhost:${docker.http-cache.port.host}
clamp.config.dcae.header.requestId = X-ECOMP-RequestID
#Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !