blob: 4f937e3bd63c908aaaecbfc02d433377a350c17f [file] [log] [blame]
jf986075010a42017-02-22 16:52:54 -05001*** Settings ***
jf98601aa4c9d2017-03-02 16:35:04 -05002Documentation This test template encapsulates the VNF Orchestration use case.
jf986075010a42017-02-22 16:52:54 -05003
jf98601aa4c9d2017-03-02 16:35:04 -05004Resource test_templates/model_test_template.robot
5Resource test_templates/vnf_orchestration_test_template.robot
6Resource asdc_interface.robot
Brian Freeman391680a2018-08-11 15:20:58 -05007Resource so_interface.robot
DR695Hbf5a3a32017-06-30 13:09:57 -04008Resource vid/vid_interface.robot
Brian Freemanca5e32e2018-07-23 12:47:21 -05009Resource policy_interface.robot
jf986075010a42017-02-22 16:52:54 -050010
11Library UUID
12Library Collections
13Library OperatingSystem
14Library HttpLibrary.HTTP
15Library ExtendedSelenium2Library
Jerry Floodbe0fa8e2017-04-21 17:31:05 -040016Library RequestsLibrary
jf986075010a42017-02-22 16:52:54 -050017
18*** Variables ***
19
20${ADD_DEMO_CUSTOMER_BODY} robot/assets/templates/aai/add_demo_customer.template
21${AAI_INDEX_PATH} /aai/v8
22${VF_MODULES_NAME} _Demo_VFModules.json
jf98601aa4c9d2017-03-02 16:35:04 -050023${FILE_CACHE} /share/
Jerry Flood1973e2c2017-10-19 18:26:24 -040024${DEMO_PREFIX} demo
Brian Freemand65e2aa2018-07-26 11:13:46 -050025${VPKG_MODULE_LABEL} base_vpkg
Jerry Flood1973e2c2017-10-19 18:26:24 -040026
jf986075010a42017-02-22 16:52:54 -050027
jf98601aa4c9d2017-03-02 16:35:04 -050028*** Keywords ***
jf986075010a42017-02-22 16:52:54 -050029Load Customer And Models
30 [Documentation] Use openECOMP to Orchestrate a service.
31 [Arguments] ${customer_name}
Brian Freeman76454ae2018-04-23 15:51:31 -050032 Load OwningEntity lineOfBusiness LOB-${customer_name}
33 Load OwningEntity platform Platform-${customer_name}
34 Load OwningEntity project Project-${customer_name}
35 Load OwningEntity owningEntity OE-${customer_name}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -040036 Load Customer ${customer_name}
37 Load Models ${customer_name}
38
Sonsino, Ofir (os0695)b0775852018-04-22 15:33:47 +030039Load OwningEntity
40 [Documentation] Use openECOMP to Orchestrate a service.
41 [Arguments] ${parameter} ${name}
Brian Freeman76454ae2018-04-23 15:51:31 -050042 ${data_path}= Set Variable /maintenance/category_parameter/${parameter}
43 ${vid_data}= Set Variable {"options":["${name}"]}
44 ${auth}= Create List ${GLOBAL_VID_USERNAME} ${GLOBAL_VID_PASSWORD}
45 Log Creating session ${data_path}
46 ${session}= Create Session vid ${VID_ENDPOINT}${VID_ENV} auth=${auth}
47 ${uuid}= Generate UUID
48 ${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}
49 ${resp}= Post Request vid ${data_path} data=${vid_data} headers=${headers}
Brian Freemaneef7c6f2018-11-16 18:42:21 -050050
Jerry Floodbe0fa8e2017-04-21 17:31:05 -040051Load Customer
52 [Documentation] Use openECOMP to Orchestrate a service.
53 [Arguments] ${customer_name}
jf986099c63292017-03-09 15:28:42 -050054 Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone
jf986075010a42017-02-22 16:52:54 -050055 Set Test Variable ${CUSTOMER_NAME} ${customer_name}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -040056 ${region}= Get Openstack Region
57 Create Customer For VNF Demo ${CUSTOMER_NAME} ${CUSTOMER_NAME} INFRA ${GLOBAL_AAI_CLOUD_OWNER} ${region} ${TENANT_ID}
Brian Freemaneef7c6f2018-11-16 18:42:21 -050058 Create Customer For VNF Demo ${CUSTOMER_NAME} ${CUSTOMER_NAME} INFRA ${GLOBAL_AAI_CLOUD_OWNER} RegionTlab 50b190410b2a4c229d8a6044a80ab7c1
Jerry Floodbe0fa8e2017-04-21 17:31:05 -040059
60Load Models
61 [Documentation] Use openECOMP to Orchestrate a service.
62 [Arguments] ${customer_name}
63 Set Test Variable ${CUSTOMER_NAME} ${customer_name}
bdfreeman14211ad11d92018-11-17 18:47:37 +000064 Log To Console ${\n}Distributing vFWCL
Jerry Flood9cfbec82017-12-06 11:33:09 -050065 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vFWCL ${DEMO_PREFIX}VFWCL
Brian Freemaneef7c6f2018-11-16 18:42:21 -050066 Log To Console Distibuting vLB
Jerry Flood1973e2c2017-10-19 18:26:24 -040067 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vLB ${DEMO_PREFIX}VLB
Brian Freemaneef7c6f2018-11-16 18:42:21 -050068 ##${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPE ${DEMO_PREFIX}VCPE
Jerry Flood1973e2c2017-10-19 18:26:24 -040069 ##${status} ${value}= Run Keyword And Ignore Error Distribute Model vIMS ${DEMO_PREFIX}VIMS
Brian Freemaneef7c6f2018-11-16 18:42:21 -050070 Log To Console Distibuting vCPEInfra
71 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPEInfra ${DEMO_PREFIX}VCPEInfra
72 Log To Console Distibuting vCPEvBNG
73 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPEvBNG ${DEMO_PREFIX}VCPEvBNG
74 Log To Console Distibuting vCPEvBRGEMU
75 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPEvBRGEMU ${DEMO_PREFIX}VCPEvBRGEMU
76 Log To Console Distibuting vCPEvGMUX
77 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPEvGMUX ${DEMO_PREFIX}VCPEvGMUX
78 Log To Console Distibuting vCPEvGW (this is not vCPEResCust service)
79 ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPEvGW ${DEMO_PREFIX}VCPEvGW
jf986075010a42017-02-22 16:52:54 -050080
81Distribute Model
82 [Arguments] ${service} ${modelName}
Brian Freemanbd9b04f2018-07-16 16:23:54 -050083 ${service_model_type} ${vnf_type} ${vf_modules} ${catalog_resources}= Model Distribution For Directory ${service} ${modelName}
jf98601aa4c9d2017-03-02 16:35:04 -050084
bdfreeman1421b2a49512018-11-25 07:32:19 -050085Distribute vCPEResCust Model
86 [Arguments] ${service} ${modelName}
87 ${service_model_type} ${vnf_type} ${vf_modules} ${catalog_resources}= Model Distribution For vCPEResCust Directory ${service} ${modelName}
88
89
jf986075010a42017-02-22 16:52:54 -050090Create Customer For VNF Demo
91 [Documentation] Create demo customer for the demo
jf98601aa4c9d2017-03-02 16:35:04 -050092 [Arguments] ${customer_name} ${customer_id} ${customer_type} ${clouder_owner} ${cloud_region_id} ${tenant_id}
Brian Freeman0aebc3a2018-09-14 11:22:43 -050093 Create Service If Not Exists vFW
Jerry Flood9cfbec82017-12-06 11:33:09 -050094 Create Service If Not Exists vFWCL
Jerry Flood7762dd02017-10-26 06:21:03 -040095 Create Service If Not Exists vLB
96 Create Service If Not Exists vCPE
97 Create Service If Not Exists vIMS
Brian Freeman0aebc3a2018-09-14 11:22:43 -050098 Create Service If Not Exists gNB
jf98601aa4c9d2017-03-02 16:35:04 -050099 ${data_template}= OperatingSystem.Get File ${ADD_DEMO_CUSTOMER_BODY}
100 ${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}
Brian Freeman858f1052018-09-14 12:36:40 -0500101 Set To Dictionary ${arguments} service1=vFWCL service2=vLB service3=vCPE service4=vIMS service5=gNB service6=vFW
jf98601aa4c9d2017-03-02 16:35:04 -0500102 ${data}= Fill JSON Template ${data_template} ${arguments}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400103 ${put_resp}= Run A&AI Put Request ${INDEX PATH}${ROOT_CUSTOMER_PATH}${customer_id} ${data}
jf986075010a42017-02-22 16:52:54 -0500104 ${status_string}= Convert To String ${put_resp.status_code}
Jerry Floodf225e142017-10-11 16:19:04 -0400105 Should Match Regexp ${status_string} ^(200|201|412)$
jf986075010a42017-02-22 16:52:54 -0500106
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400107Preload User Model
108 [Documentation] Preload the demo data for the passed VNF with the passed module name
jf986075010a42017-02-22 16:52:54 -0500109 [Arguments] ${vnf_name} ${vf_module_name}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400110 # Go to A&AI and get information about the VNF we need to preload
jf98601aa4c9d2017-03-02 16:35:04 -0500111 ${status} ${generic_vnf}= Run Keyword And Ignore Error Get Service Instance ${vnf_name}
jf986075010a42017-02-22 16:52:54 -0500112 Run Keyword If '${status}' == 'FAIL' FAIL VNF Name: ${vnf_name} is not found.
113 ${vnf_type}= Set Variable ${generic_vnf['vnf-type']}
114 ${relationships}= Set Variable ${generic_vnf['relationship-list']['relationship']}
115 ${relationship_data}= Get Relationship Data ${relationships}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400116 ${customer_id}= Catenate
jf98601aa4c9d2017-03-02 16:35:04 -0500117 :for ${r} in @{relationship_data}
118 \ ${service}= Set Variable If '${r['relationship-key']}' == 'service-subscription.service-type' ${r['relationship-value']} ${service}
119 \ ${service_instance_id}= Set Variable If '${r['relationship-key']}' == 'service-instance.service-instance-id' ${r['relationship-value']} ${service_instance_id}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400120 \ ${customer_id}= Set Variable If '${r['relationship-key']}' == 'customer.global-customer-id' ${r['relationship-value']} ${customer_id}
121 ${invariantUUID}= Get Persona Model Id ${service_instance_id} ${service} ${customer_id}
122
123 # We still need the vf module names. We can get them from VID using the persona_model_id (invariantUUID) from A&AI
124 Setup Browser
125 Login To VID GUI
126 ${vf_modules}= Get Module Names from VID ${invariantUUID}
jf986075010a42017-02-22 16:52:54 -0500127 Log ${generic_vnf}
128 Log ${service_instance_id},${vnf_name},${vnf_type},${vf_module_name},${vf_modules},${service}
jf986075010a42017-02-22 16:52:54 -0500129 Preload Vnf ${service_instance_id} ${vnf_name} ${vnf_type} ${vf_module_name} ${vf_modules} ${service} demo
130 [Teardown] Close All Browsers
jf98601aa4c9d2017-03-02 16:35:04 -0500131
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400132
jf986075010a42017-02-22 16:52:54 -0500133Get Relationship Data
134 [Arguments] ${relationships}
135 :for ${r} in @{relationships}
jf98601aa4c9d2017-03-02 16:35:04 -0500136 \ ${status} ${relationship_data} Run Keyword And Ignore Error Set Variable ${r['relationship-data']}
137 \ Return From Keyword If '${status}' == 'PASS' ${relationship_data}
138
139
Gary Wu76bc74f2018-03-22 13:25:49 -0700140Get Generic VNF By ID
141 [Arguments] ${vnf_id}
142 ${resp}= Run A&AI Get Request ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-id=${vnf_id}
143 Should Be Equal As Strings ${resp.status_code} 200
144 [Return] ${resp.json()}
145
jf986075010a42017-02-22 16:52:54 -0500146Get Service Instance
147 [Arguments] ${vnf_name}
jf98601aa4c9d2017-03-02 16:35:04 -0500148 ${resp}= Run A&AI Get Request ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-name=${vnf_name}
jf986075010a42017-02-22 16:52:54 -0500149 Should Be Equal As Strings ${resp.status_code} 200
jf98601aa4c9d2017-03-02 16:35:04 -0500150 [Return] ${resp.json()}
151
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400152Get Persona Model Id
153 [Documentation] Query and Validates A&AI Service Instance
154 [Arguments] ${service_instance_id} ${service_type} ${customer_id}
155 ${resp}= Run A&AI Get Request ${INDEX PATH}${CUSTOMER SPEC PATH}${customer_id}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_id}
Jerry Flood9cfbec82017-12-06 11:33:09 -0500156 ${persona_model_id}= Get From DIctionary ${resp.json()['service-instance'][0]} model-invariant-id
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400157 [Return] ${persona_model_id}
158
jf98601aa4c9d2017-03-02 16:35:04 -0500159APPC Mount Point
jf986075010a42017-02-22 16:52:54 -0500160 [Arguments] ${vf_module_name}
161 Run Openstack Auth Request auth
162 ${status} ${stack_info}= Run Keyword and Ignore Error Wait for Stack to Be Deployed auth ${vf_module_name} timeout=120s
163 Run Keyword if '${status}' == 'FAIL' FAIL ${vf_module_name} Stack is not found
164 ${stack_id}= Get From Dictionary ${stack_info} id
jf98601aa4c9d2017-03-02 16:35:04 -0500165 ${server_list}= Get Openstack Servers auth
jf986075010a42017-02-22 16:52:54 -0500166 ${vpg_name_0}= Get From Dictionary ${stack_info} vpg_name_0
Brian Freemand65e2aa2018-07-26 11:13:46 -0500167 ${vnf_id}= Get From Dictionary ${stack_info} vnf_id
jf98601aa4c9d2017-03-02 16:35:04 -0500168 ${vpg_public_ip}= Get Server Ip ${server_list} ${stack_info} vpg_name_0 network_name=public
169 ${vpg_oam_ip}= Get From Dictionary ${stack_info} vpg_private_ip_1
Brian Freemand65e2aa2018-07-26 11:13:46 -0500170 #${appc}= Create Mount Point In APPC ${vpg_name_0} ${vpg_oam_ip}
Brian Freemaneea42d42018-10-25 07:41:54 -0500171 #${appc}= Create Mount Point In APPC ${vnf_id} ${vpg_oam_ip}
172 ${appc}= Create Mount Point In APPC ${vnf_id} ${vpg_public_ip}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400173
174Instantiate VNF
Brian Freemand65e2aa2018-07-26 11:13:46 -0500175 [Arguments] ${service} ${vf_module_label}=NULL
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400176 Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone
Brian Freemanbc02e3c2018-11-20 16:07:42 -0500177 ${vf_module_name} ${service} ${generic_vnfs}= Orchestrate VNF DemoCust ${service} ${service} ${TENANT_NAME}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400178 Save For Delete
179 Log to Console Customer Name=${CUSTOMER_NAME}
180 Log to Console VNF Module Name=${vf_module_name}
Brian Freemanbc02e3c2018-11-20 16:07:42 -0500181 # Don't get from MSO for now due to SO-1186
182 # ${model_invariant_id}= Run MSO Get ModelInvariantId ${SUITE_SERVICE_MODEL_NAME} ${vf_module_label}
183 ${model_invariant_id}= Set Variable ${EMPTY}
184 :for ${vf_module} in @{generic_vnfs}
185 \ ${generic_vnf}= Get From Dictionary ${generic_vnfs} ${vf_module}
186 \ ${model_invariant_id}= Set Variable If '${vf_module_label}' in '${vf_module}' ${generic_vnf['model-invariant-id']} ${model_invariant_id}
Brian Freemanca5e32e2018-07-23 12:47:21 -0500187 Log to Console ModelInvariantID=${model_invariant_id}
Brian Freemand65e2aa2018-07-26 11:13:46 -0500188 ${status} ${value}= Run Keyword And Ignore Error Update vVFWCL Policy ${model_invariant_id}
189 ${status} ${value}= Run Keyword And Ignore Error APPC Mount Point ${vf_module_name}
Brian Freemancc2623b2018-10-29 09:15:15 -0500190
191Instantiate Demo VNF
192 [Arguments] ${service} ${vf_module_label}=NULL
193 Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone
Brian Freemanbc02e3c2018-11-20 16:07:42 -0500194 ${vf_module_name} ${service} ${generic_vnfs}= Orchestrate Demo VNF Demonstration ${service} ${service} ${TENANT_NAME}
Brian Freemancc2623b2018-10-29 09:15:15 -0500195 #Save For Delete
196 Log to Console Customer Name=${CUSTOMER_NAME}
197 Log to Console VNF Module Name=${vf_module_name}
Brian Freemanbc02e3c2018-11-20 16:07:42 -0500198 # Don't get from MSO for now due to SO-1186
199 # ${model_invariant_id}= Run MSO Get ModelInvariantId ${SUITE_SERVICE_MODEL_NAME} ${vf_module_label}
200 ${model_invariant_id}= Set Variable ${EMPTY}
201 :for ${vf_module} in @{generic_vnfs}
202 \ ${generic_vnf}= Get From Dictionary ${generic_vnfs} ${vf_module}
203 \ ${model_invariant_id}= Set Variable If '${vf_module_label}' in '${vf_module}' ${generic_vnf['model-invariant-id']} ${model_invariant_id}
Brian Freemancc2623b2018-10-29 09:15:15 -0500204 Log to Console ModelInvariantID=${model_invariant_id}
205 ${status} ${value}= Run Keyword And Ignore Error Update vVFWCL Policy ${model_invariant_id}
206 ${status} ${value}= Run Keyword And Ignore Error APPC Mount Point ${vf_module_name}
Brian Freemanca5e32e2018-07-23 12:47:21 -0500207
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400208
209Save For Delete
210 [Documentation] Create a variable file to be loaded for save for delete
211 ${dict}= Create Dictionary
212 Set To Dictionary ${dict} TENANT_NAME=${TENANT_NAME}
213 Set To Dictionary ${dict} TENANT_ID=${TENANT_ID}
214 Set To Dictionary ${dict} CUSTOMER_NAME=${CUSTOMER_NAME}
215 Set To Dictionary ${dict} STACK_NAME=${STACK_NAME}
216 Set To Dictionary ${dict} SERVICE=${SERVICE}
217 Set To Dictionary ${dict} VVG_SERVER_ID=${VVG_SERVER_ID}
218 Set To Dictionary ${dict} SERVICE_INSTANCE_ID=${SERVICE_INSTANCE_ID}
219
220 Set To Dictionary ${dict} VLB_CLOSED_LOOP_DELETE=${VLB_CLOSED_LOOP_DELETE}
221 Set To Dictionary ${dict} VLB_CLOSED_LOOP_VNF_ID=${VLB_CLOSED_LOOP_VNF_ID}
222
223 Set To Dictionary ${dict} CATALOG_SERVICE_ID=${CATALOG_SERVICE_ID}
224
225 ${vars}= Catenate
226 ${keys}= Get Dictionary Keys ${dict}
227 :for ${key} in @{keys}
228 \ ${value}= Get From Dictionary ${dict} ${key}
229 \ ${vars}= Catenate ${vars}${key} = "${value}"\n
230
231 ${comma}= Catenate
232 ${vars}= Catenate ${vars}CATALOG_RESOURCE_IDS = [
233 :for ${id} in @{CATALOG_RESOURCE_IDS}
234 \ ${vars}= Catenate ${vars}${comma} "${id}"
235 \ ${comma}= Catenate ,
236 ${vars}= Catenate ${vars}]\n
237 OperatingSystem.Create File ${FILE_CACHE}/${STACK_NAME}.py ${vars}
Brian Freemanca5e32e2018-07-23 12:47:21 -0500238 OperatingSystem.Create File ${FILE_CACHE}/lastVNF4HEATBRIGE.py ${vars}
Jerry Floodbe0fa8e2017-04-21 17:31:05 -0400239
240