aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/parameters/PapConfigParametersStd.json
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-08-24 17:33:07 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-08-25 09:00:00 -0400
commita978716f5f5a494276c88794c3d366a012479f0d (patch)
tree27ded16bb4f72d162b838426535618a70f0eac13 /main/src/test/resources/parameters/PapConfigParametersStd.json
parent861dbc22855e93784eb2145daea7be9f189ad765 (diff)
Add dmaap connectivity check in pap
Add dmaap connectivity check in pap consolidated health check. Make a rest call to fetch all the topics. Verify POLICY-PDP-PAP topic is present. Issue-ID: POLICY-2896 Change-Id: Ide39c70999eaca61205225c95b904e3009d41408 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'main/src/test/resources/parameters/PapConfigParametersStd.json')
-rw-r--r--main/src/test/resources/parameters/PapConfigParametersStd.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/test/resources/parameters/PapConfigParametersStd.json b/main/src/test/resources/parameters/PapConfigParametersStd.json
index 0f881430..56e891a1 100644
--- a/main/src/test/resources/parameters/PapConfigParametersStd.json
+++ b/main/src/test/resources/parameters/PapConfigParametersStd.json
@@ -69,5 +69,12 @@
"password": "zb!XztG34",
"useHttps": true,
"basePath": "healthcheck"
+ },
+ {
+ "clientName": "dmaap",
+ "hostname": "message-router",
+ "port": 3905,
+ "useHttps": true,
+ "basePath": "topics"
}]
}