jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 1 | *** Settings *** |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 2 | Documentation This test template encapsulates the VNF Orchestration use case. |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 3 | |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 4 | Resource test_templates/model_test_template.robot |
| 5 | Resource test_templates/vnf_orchestration_test_template.robot |
| 6 | Resource asdc_interface.robot |
DR695H | bf5a3a3 | 2017-06-30 13:09:57 -0400 | [diff] [blame] | 7 | Resource vid/vid_interface.robot |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 8 | |
| 9 | Library UUID |
| 10 | Library Collections |
| 11 | Library OperatingSystem |
| 12 | Library HttpLibrary.HTTP |
| 13 | Library ExtendedSelenium2Library |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 14 | Library RequestsLibrary |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 15 | |
| 16 | *** Variables *** |
| 17 | |
| 18 | ${ADD_DEMO_CUSTOMER_BODY} robot/assets/templates/aai/add_demo_customer.template |
| 19 | ${AAI_INDEX_PATH} /aai/v8 |
| 20 | ${VF_MODULES_NAME} _Demo_VFModules.json |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 21 | ${FILE_CACHE} /share/ |
Jerry Flood | 1973e2c | 2017-10-19 18:26:24 -0400 | [diff] [blame] | 22 | ${DEMO_PREFIX} demo |
| 23 | |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 24 | |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 25 | *** Keywords *** |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 26 | Load Customer And Models |
| 27 | [Documentation] Use openECOMP to Orchestrate a service. |
| 28 | [Arguments] ${customer_name} |
Brian Freeman | 76454ae | 2018-04-23 15:51:31 -0500 | [diff] [blame^] | 29 | Load OwningEntity lineOfBusiness LOB-${customer_name} |
| 30 | Load OwningEntity platform Platform-${customer_name} |
| 31 | Load OwningEntity project Project-${customer_name} |
| 32 | Load OwningEntity owningEntity OE-${customer_name} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 33 | Load Customer ${customer_name} |
| 34 | Load Models ${customer_name} |
| 35 | |
Sonsino, Ofir (os0695) | b077585 | 2018-04-22 15:33:47 +0300 | [diff] [blame] | 36 | Load OwningEntity |
| 37 | [Documentation] Use openECOMP to Orchestrate a service. |
| 38 | [Arguments] ${parameter} ${name} |
Brian Freeman | 76454ae | 2018-04-23 15:51:31 -0500 | [diff] [blame^] | 39 | ${data_path}= Set Variable /maintenance/category_parameter/${parameter} |
| 40 | ${vid_data}= Set Variable {"options":["${name}"]} |
| 41 | ${auth}= Create List ${GLOBAL_VID_USERNAME} ${GLOBAL_VID_PASSWORD} |
| 42 | Log Creating session ${data_path} |
| 43 | ${session}= Create Session vid ${VID_ENDPOINT}${VID_ENV} auth=${auth} |
| 44 | ${uuid}= Generate UUID |
| 45 | ${headers}= Create Dictionary Accept=application/json Content-Type=application/json USER_ID=${GLOBAL_VID_USERNAME} X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} |
| 46 | ${resp}= Post Request vid ${data_path} data=${vid_data} headers=${headers} |
Sonsino, Ofir (os0695) | b077585 | 2018-04-22 15:33:47 +0300 | [diff] [blame] | 47 | |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 48 | Load Customer |
| 49 | [Documentation] Use openECOMP to Orchestrate a service. |
| 50 | [Arguments] ${customer_name} |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame] | 51 | Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 52 | Set Test Variable ${CUSTOMER_NAME} ${customer_name} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 53 | ${region}= Get Openstack Region |
| 54 | Create Customer For VNF Demo ${CUSTOMER_NAME} ${CUSTOMER_NAME} INFRA ${GLOBAL_AAI_CLOUD_OWNER} ${region} ${TENANT_ID} |
| 55 | |
| 56 | Load Models |
| 57 | [Documentation] Use openECOMP to Orchestrate a service. |
| 58 | [Arguments] ${customer_name} |
| 59 | Set Test Variable ${CUSTOMER_NAME} ${customer_name} |
Jerry Flood | 9cfbec8 | 2017-12-06 11:33:09 -0500 | [diff] [blame] | 60 | ${status} ${value}= Run Keyword And Ignore Error Distribute Model vFWCL ${DEMO_PREFIX}VFWCL |
Jerry Flood | 1973e2c | 2017-10-19 18:26:24 -0400 | [diff] [blame] | 61 | ${status} ${value}= Run Keyword And Ignore Error Distribute Model vLB ${DEMO_PREFIX}VLB |
| 62 | ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPE ${DEMO_PREFIX}VCPE |
| 63 | ##${status} ${value}= Run Keyword And Ignore Error Distribute Model vIMS ${DEMO_PREFIX}VIMS |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 64 | |
| 65 | Distribute Model |
| 66 | [Arguments] ${service} ${modelName} |
| 67 | ${service_model_type} ${vnf_type} ${vf_modules}= Model Distribution For Directory ${service} ${modelName} |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 68 | |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 69 | Create Customer For VNF Demo |
| 70 | [Documentation] Create demo customer for the demo |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 71 | [Arguments] ${customer_name} ${customer_id} ${customer_type} ${clouder_owner} ${cloud_region_id} ${tenant_id} |
Jerry Flood | 9cfbec8 | 2017-12-06 11:33:09 -0500 | [diff] [blame] | 72 | Create Service If Not Exists vFWCL |
Jerry Flood | 7762dd0 | 2017-10-26 06:21:03 -0400 | [diff] [blame] | 73 | Create Service If Not Exists vLB |
| 74 | Create Service If Not Exists vCPE |
| 75 | Create Service If Not Exists vIMS |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 76 | ${data_template}= OperatingSystem.Get File ${ADD_DEMO_CUSTOMER_BODY} |
| 77 | ${arguments}= Create Dictionary subscriber_name=${customer_name} global_customer_id=${customer_id} subscriber_type=${customer_type} cloud_owner=${clouder_owner} cloud_region_id=${cloud_region_id} tenant_id=${tenant_id} |
Jerry Flood | 9cfbec8 | 2017-12-06 11:33:09 -0500 | [diff] [blame] | 78 | Set To Dictionary ${arguments} service1=vFWCL service2=vLB service3=vCPE service4=vIMS |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 79 | ${data}= Fill JSON Template ${data_template} ${arguments} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 80 | ${put_resp}= Run A&AI Put Request ${INDEX PATH}${ROOT_CUSTOMER_PATH}${customer_id} ${data} |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 81 | ${status_string}= Convert To String ${put_resp.status_code} |
Jerry Flood | f225e14 | 2017-10-11 16:19:04 -0400 | [diff] [blame] | 82 | Should Match Regexp ${status_string} ^(200|201|412)$ |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 83 | |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 84 | Preload User Model |
| 85 | [Documentation] Preload the demo data for the passed VNF with the passed module name |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 86 | [Arguments] ${vnf_name} ${vf_module_name} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 87 | # Go to A&AI and get information about the VNF we need to preload |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 88 | ${status} ${generic_vnf}= Run Keyword And Ignore Error Get Service Instance ${vnf_name} |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 89 | Run Keyword If '${status}' == 'FAIL' FAIL VNF Name: ${vnf_name} is not found. |
| 90 | ${vnf_type}= Set Variable ${generic_vnf['vnf-type']} |
| 91 | ${relationships}= Set Variable ${generic_vnf['relationship-list']['relationship']} |
| 92 | ${relationship_data}= Get Relationship Data ${relationships} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 93 | ${customer_id}= Catenate |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 94 | :for ${r} in @{relationship_data} |
| 95 | \ ${service}= Set Variable If '${r['relationship-key']}' == 'service-subscription.service-type' ${r['relationship-value']} ${service} |
| 96 | \ ${service_instance_id}= Set Variable If '${r['relationship-key']}' == 'service-instance.service-instance-id' ${r['relationship-value']} ${service_instance_id} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 97 | \ ${customer_id}= Set Variable If '${r['relationship-key']}' == 'customer.global-customer-id' ${r['relationship-value']} ${customer_id} |
| 98 | ${invariantUUID}= Get Persona Model Id ${service_instance_id} ${service} ${customer_id} |
| 99 | |
| 100 | # We still need the vf module names. We can get them from VID using the persona_model_id (invariantUUID) from A&AI |
| 101 | Setup Browser |
| 102 | Login To VID GUI |
| 103 | ${vf_modules}= Get Module Names from VID ${invariantUUID} |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 104 | Log ${generic_vnf} |
| 105 | Log ${service_instance_id},${vnf_name},${vnf_type},${vf_module_name},${vf_modules},${service} |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 106 | Preload Vnf ${service_instance_id} ${vnf_name} ${vnf_type} ${vf_module_name} ${vf_modules} ${service} demo |
| 107 | [Teardown] Close All Browsers |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 108 | |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 109 | |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 110 | Get Relationship Data |
| 111 | [Arguments] ${relationships} |
| 112 | :for ${r} in @{relationships} |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 113 | \ ${status} ${relationship_data} Run Keyword And Ignore Error Set Variable ${r['relationship-data']} |
| 114 | \ Return From Keyword If '${status}' == 'PASS' ${relationship_data} |
| 115 | |
| 116 | |
Gary Wu | 76bc74f | 2018-03-22 13:25:49 -0700 | [diff] [blame] | 117 | Get Generic VNF By ID |
| 118 | [Arguments] ${vnf_id} |
| 119 | ${resp}= Run A&AI Get Request ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-id=${vnf_id} |
| 120 | Should Be Equal As Strings ${resp.status_code} 200 |
| 121 | [Return] ${resp.json()} |
| 122 | |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 123 | Get Service Instance |
| 124 | [Arguments] ${vnf_name} |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 125 | ${resp}= Run A&AI Get Request ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-name=${vnf_name} |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 126 | Should Be Equal As Strings ${resp.status_code} 200 |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 127 | [Return] ${resp.json()} |
| 128 | |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 129 | Get Persona Model Id |
| 130 | [Documentation] Query and Validates A&AI Service Instance |
| 131 | [Arguments] ${service_instance_id} ${service_type} ${customer_id} |
| 132 | ${resp}= Run A&AI Get Request ${INDEX PATH}${CUSTOMER SPEC PATH}${customer_id}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_id} |
Jerry Flood | 9cfbec8 | 2017-12-06 11:33:09 -0500 | [diff] [blame] | 133 | ${persona_model_id}= Get From DIctionary ${resp.json()['service-instance'][0]} model-invariant-id |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 134 | [Return] ${persona_model_id} |
| 135 | |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 136 | APPC Mount Point |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 137 | [Arguments] ${vf_module_name} |
| 138 | Run Openstack Auth Request auth |
| 139 | ${status} ${stack_info}= Run Keyword and Ignore Error Wait for Stack to Be Deployed auth ${vf_module_name} timeout=120s |
| 140 | Run Keyword if '${status}' == 'FAIL' FAIL ${vf_module_name} Stack is not found |
| 141 | ${stack_id}= Get From Dictionary ${stack_info} id |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 142 | ${server_list}= Get Openstack Servers auth |
jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame] | 143 | ${vpg_name_0}= Get From Dictionary ${stack_info} vpg_name_0 |
jf9860 | 1aa4c9d | 2017-03-02 16:35:04 -0500 | [diff] [blame] | 144 | ${vpg_public_ip}= Get Server Ip ${server_list} ${stack_info} vpg_name_0 network_name=public |
| 145 | ${vpg_oam_ip}= Get From Dictionary ${stack_info} vpg_private_ip_1 |
| 146 | ${appc}= Create Mount Point In APPC ${vpg_name_0} ${vpg_oam_ip} |
Jerry Flood | be0fa8e | 2017-04-21 17:31:05 -0400 | [diff] [blame] | 147 | |
| 148 | Instantiate VNF |
| 149 | [Arguments] ${service} |
| 150 | Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone |
| 151 | ${vf_module_name} ${service}= Orchestrate VNF DemoCust ${service} ${service} ${TENANT_NAME} |
| 152 | Save For Delete |
| 153 | Log to Console Customer Name=${CUSTOMER_NAME} |
| 154 | Log to Console VNF Module Name=${vf_module_name} |
| 155 | |
| 156 | Save For Delete |
| 157 | [Documentation] Create a variable file to be loaded for save for delete |
| 158 | ${dict}= Create Dictionary |
| 159 | Set To Dictionary ${dict} TENANT_NAME=${TENANT_NAME} |
| 160 | Set To Dictionary ${dict} TENANT_ID=${TENANT_ID} |
| 161 | Set To Dictionary ${dict} CUSTOMER_NAME=${CUSTOMER_NAME} |
| 162 | Set To Dictionary ${dict} STACK_NAME=${STACK_NAME} |
| 163 | Set To Dictionary ${dict} SERVICE=${SERVICE} |
| 164 | Set To Dictionary ${dict} VVG_SERVER_ID=${VVG_SERVER_ID} |
| 165 | Set To Dictionary ${dict} SERVICE_INSTANCE_ID=${SERVICE_INSTANCE_ID} |
| 166 | |
| 167 | Set To Dictionary ${dict} VLB_CLOSED_LOOP_DELETE=${VLB_CLOSED_LOOP_DELETE} |
| 168 | Set To Dictionary ${dict} VLB_CLOSED_LOOP_VNF_ID=${VLB_CLOSED_LOOP_VNF_ID} |
| 169 | |
| 170 | Set To Dictionary ${dict} CATALOG_SERVICE_ID=${CATALOG_SERVICE_ID} |
| 171 | |
| 172 | ${vars}= Catenate |
| 173 | ${keys}= Get Dictionary Keys ${dict} |
| 174 | :for ${key} in @{keys} |
| 175 | \ ${value}= Get From Dictionary ${dict} ${key} |
| 176 | \ ${vars}= Catenate ${vars}${key} = "${value}"\n |
| 177 | |
| 178 | ${comma}= Catenate |
| 179 | ${vars}= Catenate ${vars}CATALOG_RESOURCE_IDS = [ |
| 180 | :for ${id} in @{CATALOG_RESOURCE_IDS} |
| 181 | \ ${vars}= Catenate ${vars}${comma} "${id}" |
| 182 | \ ${comma}= Catenate , |
| 183 | ${vars}= Catenate ${vars}]\n |
| 184 | OperatingSystem.Create File ${FILE_CACHE}/${STACK_NAME}.py ${vars} |
| 185 | |
| 186 | |