blob: 8e8d6a0e2020f31a16349e6f25cbccb099b1aada [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
2Library HeatBridge
3Library Collections
4Library StringTemplater
5Library OperatingSystem
6Library UUID
7
8Resource openstack/keystone_interface.robot
9Resource openstack/heat_interface.robot
10Resource openstack/nova_interface.robot
jf986075010a42017-02-22 16:52:54 -050011Resource openstack/neutron_interface.robot
DR695Hccff30b2017-02-17 18:44:24 -050012Resource aai/aai_interface.robot
13
14*** Variables ***
DR695Hccff30b2017-02-17 18:44:24 -050015${MULTIPART_PATH} /bulkadd
16${NAMED_QUERY_PATH} /aai/search/named-query
jf986099c63292017-03-09 15:28:42 -050017${NAMED_QUERY_TEMPLATE} robot/assets/templates/aai/named_query.template
DR695Hccff30b2017-02-17 18:44:24 -050018
jf986075010a42017-02-22 16:52:54 -050019${BASE_URI} /cloud-infrastructure/cloud-regions/cloud-region/\${cloud}/\${region}
20${IMAGE_URI} ${BASE_URI}/images/image/\${image_id}
21${FLAVOR_URI} ${BASE_URI}/flavors/flavor/\${flavor}
22${VSERVER_URI} ${BASE_URI}/tenants/tenant/\${tenant}/vservers/vserver/\${vserver_id}
23${L_INTERFACE_URI} ${VSERVER_URI}/l-interfaces/l-interface/\${linterface_id}
24
jf986099c63292017-03-09 15:28:42 -050025#******************** Test Case Variables ****************
26${REVERSE_HEATBRIDGE}
27
DR695Hccff30b2017-02-17 18:44:24 -050028
29*** Keywords ***
30Execute Heatbridge
31 [Documentation] Run the Heatbridge against the stack to generate the bulkadd message
32 ... Execute the build add
jf986099c63292017-03-09 15:28:42 -050033 ... Validate the add results by running the named query
Marco Plataniabf2a3ee2018-07-25 15:10:09 -040034 [Arguments] ${stack_name} ${service_instance_id} ${service} ${ipv4_oam_address}
jf986099c63292017-03-09 15:28:42 -050035 Return From Keyword If '${service}' == 'vVG'
DR695Hccff30b2017-02-17 18:44:24 -050036 Run Openstack Auth Request auth
37 ${stack_info}= Wait for Stack to Be Deployed auth ${stack_name}
38 ${stack_id}= Get From Dictionary ${stack_info} id
39 ${tenant_id}= Get From Dictionary ${stack_info} OS::project_id
40 ${vnf_id}= Get From Dictionary ${stack_info} vnf_id
Marco Plataniae0079272018-08-01 12:45:28 -040041 ${KeyIsPresent}= Run Keyword And Return Status Dictionary Should Contain Key ${stack_info} ${ipv4_oam_address}
42 ${ipv4_vnf_address}= Run Keyword If ${KeyIsPresent} Get From Dictionary ${stack_info} ${ipv4_oam_address}
Marco Plataniabf2a3ee2018-07-25 15:10:09 -040043 Run Set VNF Params ${vnf_id} ${ipv4_vnf_address} PROV Active
Jerry Flood596db382017-10-27 08:37:37 -040044 ${url} ${path}= Get Keystone Url And Path
45 ${openstack_identity_url}= Catenate ${url}${path}
jf986099c63292017-03-09 15:28:42 -050046 ${region}= Get Openstack Region
47 ${user} ${pass}= Get Openstack Credentials
48 Init Bridge ${openstack_identity_url} ${user} ${pass} ${tenant_id} ${region} ${GLOBAL_AAI_CLOUD_OWNER}
DR695Hccff30b2017-02-17 18:44:24 -050049 ${request}= Bridge Data ${stack_id}
50 Log ${request}
Brian Freeman108048b2018-05-22 13:13:05 -050051 ${resp}= Run A&AI Put Request ${VERSIONED_INDEX_PATH}${MULTIPART_PATH} ${request}
DR695H11c06932017-03-03 18:12:49 -050052 ${status_string}= Convert To String ${resp.status_code}
53 Should Match Regexp ${status_string} ^(201|200)$
jf986075010a42017-02-22 16:52:54 -050054 ${reverse_heatbridge}= Generate Reverse Heatbridge From Stack Info ${stack_info}
55 Set Test Variable ${REVERSE_HEATBRIDGE} ${reverse_heatbridge}
DR695Hccff30b2017-02-17 18:44:24 -050056 Run Validation Query ${stack_info} ${service}
57
jf986075010a42017-02-22 16:52:54 -050058
DR695Hccff30b2017-02-17 18:44:24 -050059Run Validation Query
jf986099c63292017-03-09 15:28:42 -050060 [Documentation] Run A&AI query to validate the bulk add
DR695Hccff30b2017-02-17 18:44:24 -050061 [Arguments] ${stack_info} ${service}
jf986099c63292017-03-09 15:28:42 -050062 Return from Keyword If '${service}' == ''
DR695Hccff30b2017-02-17 18:44:24 -050063 ${server_name_parameter}= Get From Dictionary ${GLOBAL_VALIDATE_NAME_MAPPING} ${service}
64 ${vserver_name}= Get From Dictionary ${stack_info} ${server_name_parameter}
jf986099c63292017-03-09 15:28:42 -050065 Run Vserver Query ${vserver_name}
DR695Hccff30b2017-02-17 18:44:24 -050066
67Run Vserver Query
jf986099c63292017-03-09 15:28:42 -050068 [Documentation] Run A&AI query to validate the bulk add
DR695Hccff30b2017-02-17 18:44:24 -050069 [Arguments] ${vserver_name}
70 ${dict}= Create Dictionary vserver_name=${vserver_name}
71 ${request}= OperatingSystem.Get File ${NAMED_QUERY_TEMPLATE}
jf986099c63292017-03-09 15:28:42 -050072 ${request}= Template String ${request} ${dict}
DR695Hccff30b2017-02-17 18:44:24 -050073 ${resp}= Run A&AI Post Request ${NAMED_QUERY_PATH} ${request}
jf986099c63292017-03-09 15:28:42 -050074 Should Be Equal As Strings ${resp.status_code} 200
75
76
Marco Plataniabf2a3ee2018-07-25 15:10:09 -040077Run Set VNF Params
78 [Documentation] Run A&A GET and PUT to set prov-status, orchestration status, and ipv4-oam-address
79 [Arguments] ${vnf_id} ${ipv4_vnf_address} ${prov_status}=PROV ${orch_status}=Active
Brian Freeman108048b2018-05-22 13:13:05 -050080 ${payload}= Run Get Generic VNF by VnfId ${vnf_id}
81
82 #${payload_json}= evaluate json.loads('''${payload}''') json
83 set to dictionary ${payload} prov-status ${prov_status}
Marco Plataniaf44e6432018-05-31 11:09:14 -040084 set to dictionary ${payload} orchestration-status ${orch_status}
Marco Plataniabf2a3ee2018-07-25 15:10:09 -040085 set to dictionary ${payload} ipv4-oam-address ${ipv4_vnf_address}
Brian Freeman108048b2018-05-22 13:13:05 -050086 ${payload_string}= evaluate json.dumps(${payload}) json
87
88 ${put_resp}= Run A&AI Put Request ${VERSIONED_INDEX_PATH}/network/generic-vnfs/generic-vnf/${vnf_id} ${payload_string}
89 ${status_string}= Convert To String ${put_resp.status_code}
90 Should Match Regexp ${status_string} ^(200|201)$
91 Log To Console Set VNF ProvStatus: ${vnf_id} to ${prov_status}
92
93Run Get Generic VNF By VnfId
94 [Documentation] Get VNF GET Payload with resource ID
95 [Arguments] ${vnf_id}
Brian Freemana55adef2018-05-22 13:54:30 -050096 ${resp}= Run A&AI Get Request ${VERSIONED_INDEX_PATH}/network/generic-vnfs/generic-vnf?vnf-id=${vnf_id}
Brian Freeman108048b2018-05-22 13:13:05 -050097 Should Be Equal As Strings ${resp.status_code} 200
98 [Return] ${resp.json()}
99
DR695Hccff30b2017-02-17 18:44:24 -0500100Execute Reverse Heatbridge
jf986075010a42017-02-22 16:52:54 -0500101 [Documentation] VID has already torn down the stack, reverse HB
102 Return From Keyword If len(${REVERSE_HEATBRIDGE}) == 0
103 :for ${uri} in @{REVERSE_HEATBRIDGE}
104 \ Run Keyword And Ignore Error Delete A&AI Entity ${uri}
DR695Hccff30b2017-02-17 18:44:24 -0500105
jf986099c63292017-03-09 15:28:42 -0500106Generate Reverse Heatbridge From Stack Name
jf986075010a42017-02-22 16:52:54 -0500107 [Arguments] ${stack_name}
DR695Hccff30b2017-02-17 18:44:24 -0500108 Run Openstack Auth Request auth
jf986075010a42017-02-22 16:52:54 -0500109 ${stack_info}= Wait for Stack to Be Deployed auth ${stack_name} timeout=10s
110 ${reverse_heatbridge}= Generate Reverse Heatbridge From Stack Info ${stack_info}
111 [Return] ${reverse_heatbridge}
jf986099c63292017-03-09 15:28:42 -0500112
113Generate Reverse Heatbridge From Stack Info
jf986075010a42017-02-22 16:52:54 -0500114 [Arguments] ${stack_info}
115 ${reverse_heatbridge}= Create List
116 ${stack_name}= Get From Dictionary ${stack_info} name
DR695Hccff30b2017-02-17 18:44:24 -0500117 ${stack_id}= Get From Dictionary ${stack_info} id
118 ${tenant_id}= Get From Dictionary ${stack_info} OS::project_id
jf986099c63292017-03-09 15:28:42 -0500119 ${region}= Get Openstack Region
120 ${keys}= Create Dictionary region=${region} cloud=${GLOBAL_AAI_CLOUD_OWNER} tenant=${tenant_id}
DR695Hccff30b2017-02-17 18:44:24 -0500121 ${stack_resources}= Get Stack Resources auth ${stack_name} ${stack_id}
122 ${resource_list}= Get From Dictionary ${stack_resources} resources
DR695Hccff30b2017-02-17 18:44:24 -0500123 :FOR ${resource} in @{resource_list}
124 \ Log ${resource}
jf986075010a42017-02-22 16:52:54 -0500125 \ Run Keyword If '${resource['resource_type']}' == 'OS::Neutron::Port' Generate Linterface Uri auth ${resource['physical_resource_id']} ${reverse_heatbridge} ${keys}
126 :FOR ${resource} in @{resource_list}
127 \ Log ${resource}
128 \ Run Keyword If '${resource['resource_type']}' == 'OS::Nova::Server' Generate Vserver Uri auth ${resource['physical_resource_id']} ${reverse_heatbridge} ${keys} ${resource_list}
129 [Return] ${reverse_heatbridge}
jf986099c63292017-03-09 15:28:42 -0500130
jf986075010a42017-02-22 16:52:54 -0500131Generate Vserver Uri
DR695Hccff30b2017-02-17 18:44:24 -0500132 [Documentation] Run teardown against the server to generate a message that removes it
jf986075010a42017-02-22 16:52:54 -0500133 [Arguments] ${alias} ${port_id} ${reverse_heatbridge} ${keys} ${resource_list}
134 ${resp}= Get Openstack Server By Id ${alias} ${port_id}
135 Return From Keyword If '${resp.status_code}' != '200'
jf986099c63292017-03-09 15:28:42 -0500136 ${info}= Set Variable ${resp.json()}
137 Set To Dictionary ${keys} vserver_id=${info['server']['id']}
138 Set To Dictionary ${keys} flavor=${info['server']['flavor']['id']}
139 Set To Dictionary ${keys} image_id=${info['server']['image']['id']}
jf986075010a42017-02-22 16:52:54 -0500140 ${uri}= Template String ${VSERVER_URI} ${keys}
141 Append To List ${reverse_heatbridge} ${uri}
142 ${uri}= Template String ${FLAVOR_URI} ${keys}
143 Append To List ${reverse_heatbridge} ${uri}
144 ${uri}= Template String ${IMAGE_URI} ${keys}
145 Append To List ${reverse_heatbridge} ${uri}
146
147Generate Linterface Uri
148 [Documentation] Run teardown against the server to generate a message that removes it
149 [Arguments] ${alias} ${server_id} ${reverse_heatbridge} ${keys}
150 ${resp}= Get Openstack Port By Id ${alias} ${server_id}
151 Return From Keyword If '${resp.status_code}' != '200'
jf986099c63292017-03-09 15:28:42 -0500152 ${info}= Set Variable ${resp.json()}
jf986075010a42017-02-22 16:52:54 -0500153 Set To Dictionary ${keys} vserver_id=${info['port']['device_id']}
154 Set To Dictionary ${keys} linterface_id=${info['port']['name']}
155 ${uri}= Template String ${L_INTERFACE_URI} ${keys}
156 Append To List ${reverse_heatbridge} ${uri}
jf986099c63292017-03-09 15:28:42 -0500157