diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-29 17:32:51 -0400 |
---|---|---|
committer | Sastry Isukapalli <sastry@research.att.com> | 2018-04-01 20:26:33 +0000 |
commit | 18f4b39e666065dd244cd88ffd2d2daf0875bad4 (patch) | |
tree | 7ecbcb5cf87995d82d3b021921c12434d0f45886 /test/placement-tests/policy_response_error2.json | |
parent | a3454501ed37a571cf83ab1fc4e8daeaff230220 (diff) |
Updated the policy adaptor for scope filtering
Updated the policy adaptor to support scope-based filtering.
Issue-ID: OPTFRA-27
Change-Id: I908c1ee16c6f21982d8bfc1e3d6156d54555fdd3
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/placement-tests/policy_response_error2.json')
-rw-r--r-- | test/placement-tests/policy_response_error2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/placement-tests/policy_response_error2.json b/test/placement-tests/policy_response_error2.json index c302a72..bf5ff52 100644 --- a/test/placement-tests/policy_response_error2.json +++ b/test/placement-tests/policy_response_error2.json @@ -3,7 +3,7 @@ "policyConfigMessage": "Config Retrieved! ", "policyConfigStatus": "CONFIG_RETRIEVED", "type": "JSON", - "config": "{\"service\":\"SubscriberPolicy\",\"policyName\":\"oofBeijing.SubscriberPolicy_v1\",\"description\":\"Subscriber Policy\",\"templateVersion\":\"0.0.1\",\"version\":\"oofBeijing\",\"priority\":\"1\",\"riskType\":\"test\",\"riskLevel\":\"3\",\"guard\":\"False\",\"content\":{\"identity\":\"subscriber\",\"policyScope\":[\"vCPE\",\"subscriber_x\",\"subscriber_y\"],\"properties\":{\"subscriberName\":[\"subscriber_x\",\"subscriber_y\"],\"subscriberRole\":[],\"provStatus\":[\"CAPPED\"]},\"policyType\":\"SubscriberPolicy\"}}", + "config": "{\"service\":\"SubscriberPolicy\",\"policyName\":\"oofBeijing.SubscriberPolicy_v1\",\"description\":\"Subscriber Policy\",\"templateVersion\":\"0.0.1\",\"version\":\"oofBeijing\",\"priority\":\"1\",\"riskType\":\"test\",\"riskLevel\":\"3\",\"guard\":\"False\",\"content\":{\"identity\":\"subscriber\",\"policyScope\":[\"vCPE\",\"SubscriberPolicy\",\"subscriber_x\",\"subscriber_y\"],\"properties\":{\"subscriberName\":[\"subscriber_x\",\"subscriber_y\"],\"subscriberRole\":[],\"provStatus\":[\"CAPPED\"]},\"policyType\":\"SubscriberPolicy\"}}", "policyName": "oofBeijing.Config_MS_SubscriberPolicy_v1.1.xml", "policyVersion": "1", "matchingConditions": { |