From: a.sreekumar Date: Mon, 11 Nov 2019 10:36:34 +0000 (+0000) Subject: Fixing APEX CSIT failure X-Git-Tag: 6.0.0-ONAP~93 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a06a011e742e512817b04bba10695d1f786fce7b;p=integration%2Fcsit.git Fixing APEX CSIT failure 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 --- diff --git a/tests/policy/apex-pdp/data/pdp_update.json b/tests/policy/apex-pdp/data/pdp_update.json index 95dbf13f..ee485998 100644 --- a/tests/policy/apex-pdp/data/pdp_update.json +++ b/tests/policy/apex-pdp/data/pdp_update.json @@ -56,10 +56,6 @@ "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" @@ -114,4 +110,4 @@ ] } ] -} \ No newline at end of file +}