diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-02-14 14:11:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-14 14:11:41 +0000 |
commit | b1f5a9439f285e16c055e50ce12c65a6623f21a0 (patch) | |
tree | e9f7d0e95c5583aa1229e9aa49ec0730e12880c8 /main/src/test/resources/e2e | |
parent | 0fdbdd8200b8a16243ce96a2a039dbc3922d3171 (diff) | |
parent | f5fda6421dad76d369774c59e89a448a6c4e8c07 (diff) |
Merge "Add yaml support to pap api's"
Diffstat (limited to 'main/src/test/resources/e2e')
-rw-r--r-- | main/src/test/resources/e2e/createGroups.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/main/src/test/resources/e2e/createGroups.yaml b/main/src/test/resources/e2e/createGroups.yaml new file mode 100644 index 00000000..fc98e971 --- /dev/null +++ b/main/src/test/resources/e2e/createGroups.yaml @@ -0,0 +1,31 @@ +groups: + - name: createGroups + pdpGroupState: PASSIVE + properties: + hello: world + pdpSubgroups: + - pdpType: pdpTypeA + desiredInstanceCount: 2 + properties: {} + pdpInstances: + - instanceId: pdpAA_1 + pdpState: ACTIVE + healthy: HEALTHY + - instanceId: pdpAA_2 + pdpState: ACTIVE + healthy: HEALTHY + supportedPolicyTypes: + - name: onap.policies.monitoring.cdap.tca.hi.lo.app + version: 1.0.0 + policies: [] + - pdpType: pdpTypeB + desiredInstanceCount: 1 + properties: {} + pdpInstances: + - instanceId: pdpAB_1 + pdpState: ACTIVE + healthy: HEALTHY + supportedPolicyTypes: + - name: onap.policies.monitoring.cdap.tca.hi.lo.app + version: 1.0.0 + policies: [] |