summaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-04-10 13:58:05 -0400
committerJim Hahn <jrh3@att.com>2019-04-11 12:02:16 -0400
commit2a76364ed54301623718756d6088fc675516f9d0 (patch)
tree06b2d74e8de133e5632a98de310a727f780c8e4c /main/src/test/resources/simpleDeploy
parent04a527e543e0ecc35441e67f4c991713c5519326 (diff)
Don't change group version number
Modified code to update a PdpGroup, adding or removing policies, without changing the version number. Change-Id: I10031dff5f6d9c7e568605a8d73af6fe3c740901 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/src/test/resources/simpleDeploy')
-rw-r--r--main/src/test/resources/simpleDeploy/getGroupDao.json61
1 files changed, 1 insertions, 60 deletions
diff --git a/main/src/test/resources/simpleDeploy/getGroupDao.json b/main/src/test/resources/simpleDeploy/getGroupDao.json
index 65d0907a..7fd7684b 100644
--- a/main/src/test/resources/simpleDeploy/getGroupDao.json
+++ b/main/src/test/resources/simpleDeploy/getGroupDao.json
@@ -16,67 +16,8 @@
{
"instanceId": "pdpA"
}
- ]
- }
- ]
- },
- {
- "name": "groupA",
- "version": "200.2.3",
- "pdpSubgroups": [
- {
- "pdpType": "pdpTypeA",
- "supportedPolicyTypes": [
- {
- "name": "typeA",
- "version": "100.2.3"
- }
],
- "pdpInstances": [
- {
- "instanceId": "pdpA"
- }
- ]
- }
- ]
- },
- {
- "name": "groupA",
- "version": "0.0.1",
- "pdpSubgroups": [
- {
- "pdpType": "pdpTypeA",
- "supportedPolicyTypes": [
- {
- "name": "typeA",
- "version": "100.2.3"
- }
- ],
- "pdpInstances": [
- {
- "instanceId": "pdpA"
- }
- ]
- }
- ]
- },
- {
- "name": "groupA",
- "version": "non-numeric-version",
- "pdpSubgroups": [
- {
- "pdpType": "pdpTypeA",
- "supportedPolicyTypes": [
- {
- "name": "typeA",
- "version": "100.2.3"
- }
- ],
- "pdpInstances": [
- {
- "instanceId": "pdpA"
- }
- ]
+ "policies": []
}
]
}