diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-04-08 12:38:21 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2019-04-08 12:38:21 +0000 |
commit | f2f9e5e8c4ce5c3ff75cbe6f6f4e2de5e4b3f3fb (patch) | |
tree | c74ae073e6e79092fece00d87dcedbafac6c11cd /services/services-onappf/src/test/resources/ApexStarterConfigParameters.json | |
parent | 50b84774797677791fb2111cf97b9f2ff65cb3e2 (diff) |
Changes to handle PdpUpdate and PdpStateChange messages
1) Adding listeners and handlers for PdpUpdate messages.
2) Adding listeners and handlers for PdpStateChange messages.
3) Some changes to accomodate recent changes in the models.
4) Test cases.
Change-Id: I66644d94fd2a242738d9b0f78e5d0ece76342057
Issue-ID: POLICY-1453
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.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json b/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json index dad7408dc..6b9df6014 100644 --- a/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json +++ b/services/services-onappf/src/test/resources/ApexStarterConfigParameters.json @@ -1,9 +1,8 @@ { "name":"ApexStarterParameterGroup", "pdpStatusParameters":{ - "timeInterval": 2, + "timeIntervalMs": 2000, "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"}] |