aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/data/pdp_update.json
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2020-03-20 14:23:00 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2020-03-20 14:28:30 +0000
commit81b94381d9ee1aa89b513db342047ec8e71717e9 (patch)
tree69fcf16b6e0b92acc9117debfb6ed1840e5d6bd2 /tests/policy/apex-pdp/data/pdp_update.json
parent25fac3a21f28662920fb5210c05f4dc36140769e (diff)
Fixing APEX and Distribution csit failures due to invalid key name in policy
When the key name doesn't match with the name field in policy, creation of policy is failing. Due to some recent changes in API and models. So, correcting the policy in this review. Change-Id: I8a57f734a25f46fef623edb078fabc2641722816 Issue-ID: POLICY-2438 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'tests/policy/apex-pdp/data/pdp_update.json')
-rw-r--r--tests/policy/apex-pdp/data/pdp_update.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/policy/apex-pdp/data/pdp_update.json b/tests/policy/apex-pdp/data/pdp_update.json
index e880d5ed..5b4dfde7 100644
--- a/tests/policy/apex-pdp/data/pdp_update.json
+++ b/tests/policy/apex-pdp/data/pdp_update.json
@@ -7,7 +7,7 @@
"pdpType": "apex",
"action": "POST",
"policies": [{
- "name": "onap.policies.controlloop.Operational.apex.sampledomain",
+ "name": "operational.apex.sampledomain",
"version": "1.0.0"
}]
}