From dcdf9d8f98b6f472b37a264d93ede2845e39853c Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Mon, 26 Mar 2018 12:34:28 -0400 Subject: Inserted policy tosca models and examples Uploaded the policy tosca models and policy examples for HAS. Issue-ID: OPTFRA-27 Change-Id: I96ae70c5fe34ce7f40f461801e149d81afa52ea3 Signed-off-by: Ankitkumar Patel --- .../has_policies_r2/subscriber_policy.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/policy-local-files/has_policies_r2/subscriber_policy.json (limited to 'test/policy-local-files/has_policies_r2/subscriber_policy.json') diff --git a/test/policy-local-files/has_policies_r2/subscriber_policy.json b/test/policy-local-files/has_policies_r2/subscriber_policy.json new file mode 100644 index 0000000..f237f79 --- /dev/null +++ b/test/policy-local-files/has_policies_r2/subscriber_policy.json @@ -0,0 +1,21 @@ +{ + "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", "subscriberPolicy"], + "properties": { + "subscriberName": ["subscriber_x", "subscriber_y"], + "subscriberRole": ["PVT Homing"], + "provStatus": ["CAPPED"] + }, + "policyType": "subscriberPolicy" + } +} \ No newline at end of file -- cgit 1.2.3-korg