From 370c227614be2b63c9383d4eb5a6c064d3d49835 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 5 Feb 2019 10:28:22 +0000 Subject: Adding healthcheck endpoint to policy/pap 1) Adding healthcheck REST endpoint to policy/pap using the policy-endpoints module in policy/common. 2) Added the related unit test cases. Change-Id: I6a215cceccc9cd42494aef1dfcdd46f0f3fd7d13 Issue-ID: POLICY-1477 Signed-off-by: ramverma --- .../resources/parameters/PapConfigParameters_InvalidName.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'main/src/test/resources/parameters/PapConfigParameters_InvalidName.json') diff --git a/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json b/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json index 1a466d01..80fb8232 100644 --- a/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json +++ b/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json @@ -1,3 +1,9 @@ { - "name":" " + "name":" ", + "restServerParameters":{ + "host":"0.0.0.0", + "port":6969, + "userName":"healthcheck", + "password":"zb!XztG34" + } } -- cgit 1.2.3-korg