Fixing APEX CSIT failure 37/98237/3
authora.sreekumar <ajith.sreekumar@est.tech>
Mon, 11 Nov 2019 10:36:34 +0000 (10:36 +0000)
committera.sreekumar <ajith.sreekumar@est.tech>
Tue, 12 Nov 2019 11:58:37 +0000 (11:58 +0000)
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>
tests/policy/apex-pdp/data/pdp_update.json

index 95dbf13..ee48599 100644 (file)
                             "name": "onap.policies.controlloop.guard.coordination.FirstBlocksSecond",
                             "version": "1.0.0"
                         },
-                        {
-                            "name": "onap.Monitoring",
-                            "version": "1.0.0"
-                        },
                         {
                             "name": "onap.policies.monitoring.cdap.tca.hi.lo.app",
                             "version": "1.0.0"
             ]
         }
     ]
-}
\ No newline at end of file
+}