aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-03 11:54:33 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-03 11:54:33 +0200
commite47a29578a2287a96ae13d1867925feab53a6526 (patch)
tree1c8bfac341b1cbed722b0dad7d7523aa311ad636 /src/test/resources
parentf000a605070ed6199feffb6c5e593468f29f6317 (diff)
Fix the pdp payload
THe pdp payload was not good in some particular cases, when the pdp group was containing different subgroups Issue-ID: CLAMP-813 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ie3e53f42827ed90689ed83b4945151cb13f38c9c
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/tosca/pdp-group-policy-payload.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/tosca/pdp-group-policy-payload.json b/src/test/resources/tosca/pdp-group-policy-payload.json
index 4ea746de..c81440e7 100644
--- a/src/test/resources/tosca/pdp-group-policy-payload.json
+++ b/src/test/resources/tosca/pdp-group-policy-payload.json
@@ -27,6 +27,16 @@
"version": "1.0.0"
}
]
+ },
+ {
+ "pdpType": "pdpSubgroup1",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "configPolicyTest2",
+ "version": "1.0.0"
+ }
+ ]
}
]
}