diff options
author | Jim Hahn <jrh3@att.com> | 2020-08-07 13:47:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-07 13:47:58 +0000 |
commit | 2baf9ec970e8f4901deabbd7d7bcb5cf54607201 (patch) | |
tree | f13809fb8a1da735744d7aa8924a8bcdf0582be2 /main/src/test/resources | |
parent | 1dc9c599a0aa339cac04633f5b2d77c6c414e66b (diff) | |
parent | c0d20132b774b1fa43b4fb9b322e13b6d19d33ee (diff) |
Merge "Fail component health check if PDP is down"
Diffstat (limited to 'main/src/test/resources')
-rw-r--r-- | main/src/test/resources/rest/pdpGroup.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/test/resources/rest/pdpGroup.json b/main/src/test/resources/rest/pdpGroup.json index 2a7b4edc..279d8079 100644 --- a/main/src/test/resources/rest/pdpGroup.json +++ b/main/src/test/resources/rest/pdpGroup.json @@ -25,6 +25,11 @@ "instanceId": "pdpAA_2", "pdpState": "PASSIVE", "healthy": "HEALTHY" + }, + { + "instanceId": "pdpAA_3", + "pdpState": "PASSIVE", + "healthy": "HEALTHY" } ], "supportedPolicyTypes": [ @@ -42,6 +47,7 @@ }, { "pdpType": "pdpTypeB", + "currentInstanceCount": 1, "desiredInstanceCount": 1, "pdpInstances": [ { @@ -66,6 +72,7 @@ "pdpSubgroups": [ { "pdpType": "pdpTypeA", + "currentInstanceCount": 2, "desiredInstanceCount": 2, "pdpInstances": [ { |