From a06a011e742e512817b04bba10695d1f786fce7b Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 11 Nov 2019 10:36:34 +0000 Subject: 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 --- tests/policy/apex-pdp/data/pdp_update.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 +} -- cgit 1.2.3-korg