aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-04-02 09:09:51 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-04-02 09:09:51 +0000
commit50b84774797677791fb2111cf97b9f2ff65cb3e2 (patch)
tree2162cff82f7cdfa1305786a6ed5e9916cdbf7006 /services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
parentab4cba7d37f41eddbf3ab040f04afe18c6630777 (diff)
Changes to send pdp status messages
1) Adding handlers to create and send pdp status messages from apex-pdp. 2) Changes to read initial pdp status parameters from configuration file. 3) Adding test cases. Change-Id: Id2d1caa8abc124865a9ef8fbfe4d9f751e4491b5 Issue-ID: POLICY-1452 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'services/services-onappf/src/test/resources/ApexStarterConfigParameters.json')
-rw-r--r--services/services-onappf/src/test/resources/ApexStarterConfigParameters.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json b/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
index 2720cdefd..dad7408dc 100644
--- a/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
+++ b/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
@@ -1,4 +1,11 @@
{
"name":"ApexStarterParameterGroup",
- "timeInterval": 5
+ "pdpStatusParameters":{
+ "timeInterval": 2,
+ "pdpName":"apex-pdp",
+ "version":"0.0.1",
+ "pdpType":"apex",
+ "description":"Pdp status for HealthCheck",
+ "supportedPolicyTypes":[{"name":"policy1","version":"1.0"},{"name":"policy2","version":"1.0"}]
+ }
}