From 29fc835b59417cb575730c24b8689527182fba8b Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Wed, 11 Mar 2020 16:28:57 +0000 Subject: Fixing policy csits with the tosca version change Also making the apex test policy changes related to rhino migration. Change-Id: I20f6c87bf6e2208840eb62a8109f8a98d67e0327 Issue-ID: POLICY-1402 Signed-off-by: a.sreekumar --- .../data/onap.policies.monitoring.cdap.tca.hi.lo.app.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tests/policy/xacml-pdp/data/onap.policies.monitoring.cdap.tca.hi.lo.app.json') diff --git a/tests/policy/xacml-pdp/data/onap.policies.monitoring.cdap.tca.hi.lo.app.json b/tests/policy/xacml-pdp/data/onap.policies.monitoring.cdap.tca.hi.lo.app.json index f06247d7..06574735 100644 --- a/tests/policy/xacml-pdp/data/onap.policies.monitoring.cdap.tca.hi.lo.app.json +++ b/tests/policy/xacml-pdp/data/onap.policies.monitoring.cdap.tca.hi.lo.app.json @@ -1,5 +1,5 @@ { - "tosca_definitions_version": "tosca_simple_yaml_1_0_0", + "tosca_definitions_version": "tosca_simple_yaml_1_1_0", "policy_types": { "onap.policies.Monitoring": { "derived_from": "tosca.policies.Root", @@ -10,11 +10,8 @@ "version": "1.0.0", "properties": { "tca_policy": { - "type": "map", - "description": "TCA Policy JSON", - "entry_schema": { - "type": "onap.datatypes.monitoring.tca_policy" - } + "type": "onap.datatypes.monitoring.tca_policy", + "description": "TCA Policy JSON" } } } @@ -210,4 +207,4 @@ } } } -} \ No newline at end of file +} -- cgit 1.2.3-korg