diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-06 21:55:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-06 21:55:02 +0000 |
commit | 9cb56efe08d9ee7455bd8fa2813b4bca054879e1 (patch) | |
tree | 5ef21a6ab13276c863d137845c120f650ed6a430 /main/src/test/resources/simpleDeploy/createGroupsDelSub.json | |
parent | 12180d0b13c3b6531ad453b5f558c6b7bdcbeb60 (diff) | |
parent | def5a9d47a1b512f65917babd6613e2b743ad8da (diff) |
Merge "Create PAP API to only create/update PdpGroups"
Diffstat (limited to 'main/src/test/resources/simpleDeploy/createGroupsDelSub.json')
-rw-r--r-- | main/src/test/resources/simpleDeploy/createGroupsDelSub.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/main/src/test/resources/simpleDeploy/createGroupsDelSub.json b/main/src/test/resources/simpleDeploy/createGroupsDelSub.json index cba308ec..bcaa1c1f 100644 --- a/main/src/test/resources/simpleDeploy/createGroupsDelSub.json +++ b/main/src/test/resources/simpleDeploy/createGroupsDelSub.json @@ -26,12 +26,7 @@ "instanceId": "pdpA" } ], - "policies": [ - { - "name": "policyA", - "version": "1.2.3" - } - ] + "policies": [] }, { "pdpType": "pdpTypeB", @@ -51,12 +46,7 @@ "instanceId": "pdpD" } ], - "policies": [ - { - "name": "policyA", - "version": "1.2.3" - } - ] + "policies": [] } ] } |