aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/data/pdp_update.json
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12Fixing APEX CSIT failurea.sreekumar1-5/+1
APEX CSIT was using PAP's Group Deploy operation to deploy policies. The group deploy operation's request body got invalid due to removal of a PolicyType. GroupDeploy operation should be ideally used instead of SimpleDeploy operation. So, updating the GroupDeploy request body and fixing this. Change-Id: I75c16ce577ee08b81826e633ad2f990b1693f23f Issue-ID: POLICY-2227 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-05-07Adding end to end CSIT test cases for PDP-Aa.sreekumar1-0/+117
1) Adding test case to do health check of PDP-A. 2) Adding test case for end to end testing - create policy type and policy using Policy API, deploy policy using PAP API and then execute policy in APEX engine. Change-Id: I97b208f4d7c319f993515719795d022ddfc429fa Issue-ID: POLICY-1739 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>