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 --- .../policy-local-files/VNFPolicy_vGMuxInfra_1.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 test/policy-local-files/VNFPolicy_vGMuxInfra_1.json (limited to 'test/policy-local-files/VNFPolicy_vGMuxInfra_1.json') diff --git a/test/policy-local-files/VNFPolicy_vGMuxInfra_1.json b/test/policy-local-files/VNFPolicy_vGMuxInfra_1.json new file mode 100644 index 0000000..b0963d6 --- /dev/null +++ b/test/policy-local-files/VNFPolicy_vGMuxInfra_1.json @@ -0,0 +1,36 @@ +{ + "service": "VNFPolicy", + "policyName": "VNFPolicy_vGMuxInfra", + "description": "VNFPolicy", + "templateVersion": "1702.03", + "version": "1707", + "priority": "6", + "riskType": "test", + "riskLevel": "3", + "guard": "False", + "content": { + "identity": "vGMuxInfra-pri-sec-1", + "policyScope": { + "serviceType": ["vCPE"], + "geoRegion": ["US", "INTERNATIONAL"], + "networkType": ["ip"], + "resourceInstanceType": ["vGMuxInfra"] + }, + "property": [ + { + "inventoryProvider": "aai", + "serviceType": "", + "inventoryType": "cloud", + "customerId": "" + }, + { + "inventoryProvider": "aai", + "serviceType": "vGMuxInfraaaS", + "inventoryType": "service", + "customerId": "21014aa2-526b-11e6-beb8-9e71128cae77" + } + ], + "type": "vnfPolicy", + "resourceInstanceType": ["vGMuxInfra"] + } +} -- cgit 1.2.3-korg