aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-11-11 10:36:34 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-11-12 11:58:37 +0000
commita06a011e742e512817b04bba10695d1f786fce7b (patch)
treeadfb8bb435057bc8c67412e649f49c339ebd9588
parent534305f5dd97c7229b07035bca2c1d5faf40f1e6 (diff)
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 <ajith.sreekumar@est.tech>
-rw-r--r--tests/policy/apex-pdp/data/pdp_update.json6
1 files changed, 1 insertions, 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
@@ -57,10 +57,6 @@
"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
+}