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/placement-tests/vnfGroupPolicies.txt | 197 ++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 test/placement-tests/vnfGroupPolicies.txt (limited to 'test/placement-tests/vnfGroupPolicies.txt') diff --git a/test/placement-tests/vnfGroupPolicies.txt b/test/placement-tests/vnfGroupPolicies.txt new file mode 100644 index 0000000..16aca6c --- /dev/null +++ b/test/placement-tests/vnfGroupPolicies.txt @@ -0,0 +1,197 @@ +[ + { + "content": { + "identity": "vhngateway-pri-sec-1", + "policyScope": { + "geoRegion": [ + "US", + "INTERNATIONAL" + ], + "networkType": [ + "ip" + ], + "resourceInstanceType": [ + "Primary IP_Mux_Demux", + "Secondary IP_Mux_Demux" + ], + "serviceType": [ + "DHV" + ], + "subscriberRole": [ + "FFA Homing" + ] + }, + "property": [ + { + "attributes": { + "equipmentRole": "", + "globalCustomerId": "", + "modelInvariantId": "", + "modelVersionId": "", + "operationalStatus": "out-of-service-path", + "orchestrationStatus": [ + "Activate", + "Activated" + ] + }, + "inventoryProvider": "aai", + "inventoryType": "cloud" + }, + { + "attributes": { + "equipmentRole": "", + "globalCustomerId": "21014aa2-526b-11e6-beb8-9e71128cae77", + "modelInvariantId": "", + "modelVersionId": "", + "operationalStatus": "out-of-service-path", + "orchestrationStatus": [ + "Activate", + "Activated" + ] + }, + "inventoryProvider": "aai", + "inventoryType": "service" + } + ], + "resourceInstanceType": [ + "Primary IP_Mux_Demux", + "Secondary IP_Mux_Demux" + ], + "type": "vnfPolicy" + }, + "description": "VNFPolicy@CreatedBy:mh7921", + "guard": "False", + "policyName": "bg4702.VNFPolicy_vhngatewayprimary_v1", + "priority": "1", + "riskLevel": "3", + "riskType": "test", + "service": "VNFPolicy", + "templateVersion": "1802V01", + "version": "1802V01" + }, + { + "content": { + "identity": "vhnportal-pri-sec-1", + "policyScope": { + "geoRegion": [ + "US", + "INTERNATIONAL" + ], + "networkType": [ + "ip" + ], + "resourceInstanceType": [ + "Primary Service_Admin", + "Secondary Service_Admin" + ], + "serviceType": [ + "DHV" + ], + "subscriberRole": [ + "FFA Homing" + ] + }, + "property": [ + { + "attributes": { + "equipmentRole": "", + "globalCustomerId": "", + "modelInvariantId": "", + "modelVersionId": "", + "operationalStatus": "out-of-service-path", + "orchestrationStatus": [ + "Activate", + "Activated" + ] + }, + "inventoryProvider": "aai", + "inventoryType": "cloud" + }, + { + "attributes": { + "equipmentRole": "", + "globalCustomerId": "21014aa2-526b-11e6-beb8-9e71128cae77", + "modelInvariantId": "", + "modelVersionId": "", + "operationalStatus": "out-of-service-path", + "orchestrationStatus": [ + "Activate", + "Activated" + ] + }, + "inventoryProvider": "aai", + "inventoryType": "service" + } + ], + "resourceInstanceType": [ + "Primary Service_Admin", + "Secondary Service_Admin" + ], + "type": "vnfPolicy" + }, + "description": "VNFPolicy@CreatedBy:mh7921", + "guard": "False", + "policyName": "bg4702.VNFPolicy_vhnportal_primary_v1", + "priority": "1", + "riskLevel": "3", + "riskType": "test", + "service": "VNFPolicy", + "templateVersion": "1802V01", + "version": "1802V01" + }, + { + "content": { + "identity": "vvig-pri-sec-1", + "policyScope": { + "geoRegion": [ + "US", + "INTERNATIONAL" + ], + "networkType": [ + "ip" + ], + "resourceInstanceType": [ + "Primary Tunnel_XConn", + "Secondary Tunnel_XConn" + ], + "serviceType": [ + "DHV" + ], + "subscriberRole": [ + "FFA Homing" + ] + }, + "property": [ + { + "attributes": { + "equipmentRole": "", + "globalCustomerId": "21014aa2-526b-11e6-beb8-9e71128cae77", + "modelInvariantId": "", + "modelVersionId": "", + "operationalStatus": "out-of-service-path", + "orchestrationStatus": [ + "Activate", + "Activated" + ] + }, + "inventoryProvider": "aai", + "inventoryType": "service" + } + ], + "resourceInstanceType": [ + "Primary Tunnel_XConn", + "Secondary Tunnel_XConn" + ], + "type": "vnfPolicy" + }, + "description": "VNFPolicy@CreatedBy:mh7921", + "guard": "False", + "policyName": "bg4702.VNFPolicy_vvig1_v1", + "priority": "1", + "riskLevel": "3", + "riskType": "test", + "service": "VNFPolicy", + "templateVersion": "1802V01", + "version": "1802V01" + } +] \ No newline at end of file -- cgit 1.2.3-korg