aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-policy/src/test/resources
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-11-15 14:23:30 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-15 14:23:30 +0000
commitce021b10a575c9ec67025ebcfa7a6b2537bb69da (patch)
tree38deffb4b187496932f65fedf6a19467aa778ec7 /participant/participant-impl/participant-impl-policy/src/test/resources
parentc1b29b86a2c6804de6c7c302cdd103143c1fc617 (diff)
parent3d8fc9a77081886599cc93acd26105b433770b43 (diff)
Merge "Add health check, metrics and prometheus endpoints for CL participants"
Diffstat (limited to 'participant/participant-impl/participant-impl-policy/src/test/resources')
-rw-r--r--participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties b/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties
index 70d52b413..f857704d3 100644
--- a/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties
+++ b/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties
@@ -1,5 +1,8 @@
-server.servlet.context-path=/onap/participantsim
+spring.security.user.name=participantUser
+spring.security.user.password=zb!XztG34
+server.servlet.context-path=/onap/policyparticipant
server.error.path=/error
+server.http-port=8085
participant.policyApiParameters.clientName=api
participant.policyApiParameters.hostname=localhost
@@ -22,3 +25,4 @@ participant.intermediaryParameters.clampControlLoopTopics.topicSources[0].fetchT
participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].topic=POLICY-CLRUNTIME-PARTICIPANT
participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].servers[0]=localhost
participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].topicCommInfrastructure=dmaap
+management.endpoints.web.exposure.include=health,metrics,prometheus