diff options
author | xg353y <xg353y@intl.att.com> | 2019-03-28 10:05:25 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-03-28 10:05:25 +0100 |
commit | a6d09fbe1046057b72247f97ac72a521949409ce (patch) | |
tree | 8542f7b7f3afb888bc6c76189b265716be64c83d /src/test/resources/application.properties | |
parent | c62d1b74275b8d5e9d4cef6c308ef16440cfa500 (diff) |
Rework the submit operation
Rework the logic to create/delete ms config policies.
Issue-ID: CLAMP-303
Change-Id: I317e262ab68280a7518a6e31e82e5fcb0a7f94ed
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index e15b8737..99d5da8b 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -141,6 +141,9 @@ clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment- #
#
# Configuration Settings for Policy Engine Components
+clamp.config.policy.url=http://localhost:${docker.http-cache.port.host}
+clamp.config.policy.userName=test
+clamp.config.policy.password=test
clamp.config.policy.pdpUrl1=http://localhost:${docker.http-cache.port.host}/pdp/ , testpdp, alpha123
clamp.config.policy.pdpUrl2=http://localhost:${docker.http-cache.port.host}/pdp/ , testpdp, alpha123
clamp.config.policy.papUrl=http://localhost:${docker.http-cache.port.host}/pap/ , testpap, alpha123
|