From 0b855c08fd98fb8fa0f4bc40d8df430c897b4bad Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Sun, 11 Feb 2018 17:51:13 -0500 Subject: 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 --- test/policy-local-files/ZonePolicy_vG_1.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/policy-local-files/ZonePolicy_vG_1.json (limited to 'test/policy-local-files/ZonePolicy_vG_1.json') diff --git a/test/policy-local-files/ZonePolicy_vG_1.json b/test/policy-local-files/ZonePolicy_vG_1.json new file mode 100644 index 0000000..8104f6b --- /dev/null +++ b/test/policy-local-files/ZonePolicy_vG_1.json @@ -0,0 +1,26 @@ +{ + "service": "ZonePolicy", + "policyName": "ZonePolicy_vG", + "description": "ZonePolicy", + "templateVersion": "1702.03", + "version": "1707", + "priority": "5", + "riskType": "test", + "riskLevel": "2", + "guard": "False", + "content": { + "identity": "zone-vG", + "policyScope": { + "serviceType": ["vCPE"], + "geoRegion": ["US", "INTERNATIONAL"], + "networkType": ["ip"], + "resourceInstanceType": ["vG"] + }, + "zoneProperty": { + "qualifier": "different", + "category": "complex" + }, + "type": "zone", + "resourceInstanceType": ["vG"] + } +} -- cgit 1.2.3-korg