Fix policy Hosts

Add support for PAP(for PDP group) and API host/creds (for policy
create/delete)

Issue-ID: CLAMP-359
Change-Id: I304193c4f1e77bd6676b32ca3d611da57106e655
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 26e0b3b..ecc4033 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -141,9 +141,13 @@
 #

 #

 # Configuration Settings for Policy Engine Components

-clamp.config.policy.url=http4://localhost:${docker.http-cache.port.host}

-clamp.config.policy.userName=test

-clamp.config.policy.password=test

+clamp.config.policy.api.url=http4://localhost:${docker.http-cache.port.host}

+clamp.config.policy.api.userName=healthcheck

+clamp.config.policy.api.password=zb!XztG34

+clamp.config.policy.pap.url=http4://localhost:${docker.http-cache.port.host}

+clamp.config.policy.pap.userName=healthcheck

+clamp.config.policy.pap.password=zb!XztG34

+

 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