summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-08 16:30:12 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-08 16:30:12 +0200
commit3271165f71b5aee7bc9b5186ee2566c8dd2f2626 (patch)
treeddb9751fcb8d20b82725a6a8aa0b24d12619f450 /src/test/resources/application.properties
parent96a55871dabf4fa374de16091e165f0dc77bd9f7 (diff)
Fix DCAE deploy/undeploy
Add configurable timer and attempt for the DCAE GetOperation Status Issue-ID: CLAMP-159 Change-Id: I537961af135d0197330ec89da12dcff467153311 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r--src/test/resources/application.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 0d206cf6..b543af18 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -194,9 +194,13 @@ clamp.config.clds.service.cache.invalidate.after.seconds=120
#DCAE Inventory Url Properties
clamp.config.dcae.inventory.url=http://localhost:${docker.http-cache.port.host}
+clamp.config.dcae.intentory.retry.interval=10000
+clamp.config.dcae.intentory.retry.limit=3
#DCAE Dispatcher Url Properties
clamp.config.dcae.dispatcher.url=http://localhost:${docker.http-cache.port.host}
+clamp.config.dcae.dispatcher.retry.interval=10000
+clamp.config.dcae.dispatcher.retry.limit=10
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 !