diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-02-11 17:51:13 -0500 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-02-11 17:52:51 -0500 |
commit | 0b855c08fd98fb8fa0f4bc40d8df430c897b4bad (patch) | |
tree | efdd3c7ab31be64080dd71951a64d13f0ba493de /test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json | |
parent | bb8471cae394aa6ff0af8ba3e5354f3b121c56fc (diff) |
Re-org folders, onboard test folder, test config
Reorganized the folder structure. Onboarded testcases. Added test config.
Issue-ID: OPTFRA-74
Change-Id: I97882a162a405a18ffd287495039e15ae9d0ad7b
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json')
-rw-r--r-- | test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json b/test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json new file mode 100644 index 0000000..57c0039 --- /dev/null +++ b/test/policy-local-files/CloudAttributePolicy_vGMuxInfra_1.json @@ -0,0 +1,34 @@ +{ + "service": "CloudAttributePolicy", + "policyName": "CloudAttributePolicy_vGMuxInfra", + "description": "Attribute policy", + "templateVersion": "1702.03", + "version": "1707", + "priority": "3", + "riskType": "test", + "riskLevel": "3", + "guard": "False", + "content": { + "identity": "vGMuxInfra_cloud_attributes", + "policyScope": { + "serviceType": ["vCPE"], + "geoRegion": ["US", "INTERNATIONAL"], + "networkType": ["ip"], + "resourceInstanceType": ["vGMuxInfra"] + }, + "cloudAttributeProperty": { + "networkRoles": { + "all": [ + "vGMuxInfra.OAM", + "vGMuxInfra.SR_IOV_Provider2_1", + "vGMuxInfra.SR_IOV_Provider2_2" + ] + }, + "complex": { + "any": [ ] + } + }, + "type": "attribute", + "resourceInstanceType": ["vGMuxInfra"] + } +} |