Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 1 | # Copyright 2017 - present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | # FIXME Can we use the same test against BBSim and Hardware? |
| 15 | |
| 16 | *** Settings *** |
| 17 | Documentation Test various end-to-end scenarios |
| 18 | Suite Setup Common Test Suite Setup |
| 19 | Test Setup Setup |
| 20 | Test Teardown Teardown |
Suchitra Vemuri | 32dea01 | 2020-07-08 16:40:06 -0700 | [diff] [blame] | 21 | Suite Teardown Teardown Suite |
Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 22 | Library Collections |
| 23 | Library String |
| 24 | Library OperatingSystem |
| 25 | Library XML |
| 26 | Library RequestsLibrary |
| 27 | Library ../../libraries/DependencyLibrary.py |
| 28 | Resource ../../libraries/onos.robot |
| 29 | Resource ../../libraries/voltctl.robot |
| 30 | Resource ../../libraries/voltha.robot |
| 31 | Resource ../../libraries/utils.robot |
| 32 | Resource ../../libraries/k8s.robot |
| 33 | Resource ../../variables/variables.robot |
| 34 | |
| 35 | *** Variables *** |
| 36 | ${POD_NAME} flex-ocp-cord |
| 37 | ${KUBERNETES_CONF} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf |
| 38 | ${KUBERNETES_CONFIGS_DIR} ~/pod-configs/kubernetes-configs |
| 39 | #${KUBERNETES_CONFIGS_DIR} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf |
| 40 | ${KUBERNETES_YAML} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.yml |
| 41 | ${HELM_CHARTS_DIR} ~/helm-charts |
| 42 | ${VOLTHA_POD_NUM} 8 |
| 43 | ${NAMESPACE} voltha |
| 44 | # For below variable value, using deployment name as using grep for |
| 45 | # parsing radius pod name, we can also use full radius pod name |
| 46 | ${RESTART_POD_NAME} radius |
Suchitra Vemuri | cdc32d8 | 2020-07-17 12:24:46 -0700 | [diff] [blame] | 47 | ${timeout} 360s |
Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 48 | ${of_id} 0 |
| 49 | ${logical_id} 0 |
Suchitra Vemuri | 2fa9bba | 2020-01-22 17:38:48 -0800 | [diff] [blame] | 50 | ${has_dataplane} True |
Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 51 | ${teardown_device} False |
| 52 | ${scripts} ../../scripts |
Hardik Windlass | cbcca31 | 2020-04-20 21:46:11 +0530 | [diff] [blame] | 53 | ${workflow} ATT |
Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 54 | |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 55 | # Per-test logging on failure is turned off by default; set this variable to enable |
| 56 | ${container_log_dir} ${None} |
| 57 | |
Gayathri.Selvan | ee4a91b | 2020-01-17 06:49:53 +0000 | [diff] [blame] | 58 | *** Test Cases *** |
| 59 | Adding the same OLT before and after enabling the device |
| 60 | [Documentation] Create OLT, Create the same OLT again and Check for the Error message |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 61 | ... VOL-2405 VOL-2406 |
| 62 | [Tags] AddSameOLT functional released |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 63 | [Setup] Start Logging AddSameOLT |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 64 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 65 | ... AND Stop Logging AddSameOLT |
Suchitra Vemuri | f7a033c | 2020-02-26 17:22:41 -0800 | [diff] [blame] | 66 | # Add OLT device |
Suchitra Vemuri | e9c79bf | 2020-02-26 23:11:39 -0800 | [diff] [blame] | 67 | #setup |
Andy Bavier | c1904dc | 2020-03-20 11:39:15 -0700 | [diff] [blame] | 68 | Delete All Devices and Verify |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 69 | Run Keyword and Ignore Error Collect Logs |
Suchitra Vemuri | 736d35f | 2020-08-06 16:28:35 -0700 | [diff] [blame] | 70 | # Wait for the OLT to be reachable |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 71 | FOR ${I} IN RANGE 0 ${olt_count} |
| 72 | ${olt_user}= Get From Dictionary ${list_olts}[${I}] user |
| 73 | ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass |
| 74 | ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship |
| 75 | ${olt_ip}= Get From Dictionary ${list_olts}[${I}] ip |
| 76 | ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn |
| 77 | #${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 78 | Run Keyword If ${has_dataplane} Wait Until Keyword Succeeds 120s 10s |
| 79 | ... Check Remote System Reachability True ${olt_ssh_ip} |
| 80 | ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT} |
| 81 | Set Suite Variable ${olt_device_id} |
| 82 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device PREPROVISIONED UNKNOWN UNKNOWN |
| 83 | ... ${olt_device_id} |
| 84 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 85 | ... voltctl -c ${VOLTCTL_CONFIG} device create -t openolt -H ${olt_ip}:${OLT_PORT} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 86 | Should Not Be Equal As Integers ${rc} 0 |
| 87 | Should Contain ${output} device is already pre-provisioned ignore_case=True |
| 88 | #Enable the created OLT device |
| 89 | Enable Device ${olt_device_id} |
| 90 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE REACHABLE |
| 91 | ... ${olt_serial_number} |
| 92 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 93 | ... voltctl -c ${VOLTCTL_CONFIG} device create -t openolt -H ${olt_ip}:${OLT_PORT} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 94 | Should Not Be Equal As Integers ${rc} 0 |
| 95 | Log ${output} |
| 96 | Should Contain ${output} device is already pre-provisioned ignore_case=True |
| 97 | Log "This OLT is added already and enabled" |
| 98 | END |
Gayathri.Selvan | 3dfe6c2 | 2020-01-27 13:08:55 +0000 | [diff] [blame] | 99 | |
Gayathri.Selvan | 967f5a5 | 2020-02-12 06:58:38 +0000 | [diff] [blame] | 100 | Test Disable or Enable different device id which is not in the device list |
| 101 | [Documentation] Disable or Enable a device id which is not listed in the voltctl device list |
Gayathri.Selvan | 3dfe6c2 | 2020-01-27 13:08:55 +0000 | [diff] [blame] | 102 | ... command and ensure that error message is shown. |
Suchitra Vemuri | a7dae32 | 2020-02-19 22:38:18 -0800 | [diff] [blame] | 103 | ... VOL-2412-2413 |
| 104 | [Tags] functional DisableEnableInvalidDevice released |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 105 | [Setup] Start Logging DisableInvalidDevice |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 106 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 107 | ... AND Stop Logging DisableInvalidDevice |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 108 | Run Keyword and Ignore Error Collect Logs |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 109 | ${rc} ${output}= Run and Return Rc and Output voltctl -c ${VOLTCTL_CONFIG} device list -o json |
Gayathri.Selvan | 3dfe6c2 | 2020-01-27 13:08:55 +0000 | [diff] [blame] | 110 | Should Be Equal As Integers ${rc} 0 |
| 111 | ${jsondata}= To Json ${output} |
| 112 | Log ${jsondata} |
| 113 | ${length}= Get Length ${jsondata} |
| 114 | @{ids}= Create List |
| 115 | FOR ${INDEX} IN RANGE 0 ${length} |
| 116 | ${value}= Get From List ${jsondata} ${INDEX} |
| 117 | ${device_id}= Get From Dictionary ${value} id |
| 118 | Append To List ${ids} ${device_id} |
| 119 | END |
| 120 | #Create a new fake device id |
| 121 | ${fakeDeviceId} Replace String Using Regexp ${device_id} \\d\\d xx count=1 |
| 122 | Log ${fakeDeviceId} |
| 123 | #Ensure that the new id created is not in the device id list |
| 124 | List Should Not Contain Value ${ids} ${fakeDeviceId} |
| 125 | #Disable fake device id |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 126 | ${rc} ${output}= Run and Return Rc and Output voltctl -c ${VOLTCTL_CONFIG} device disable ${fakeDeviceId} |
Suchitra Vemuri | a7e8ad2 | 2020-02-11 18:02:40 -0800 | [diff] [blame] | 127 | Should Contain ${output} Error while disabling '${fakeDeviceId}' |
Gayathri.Selvan | 967f5a5 | 2020-02-12 06:58:38 +0000 | [diff] [blame] | 128 | #Disable device for VOL-2413 |
| 129 | Disable Device ${device_id} |
| 130 | #Enable fake device id |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 131 | ${rc} ${output}= Run and Return Rc and Output voltctl -c ${VOLTCTL_CONFIG} device enable ${fakeDeviceId} |
Gayathri.Selvan | 967f5a5 | 2020-02-12 06:58:38 +0000 | [diff] [blame] | 132 | Should Contain ${output} Error while enabling '${fakeDeviceId}' |
suraj gour | baee2c6 | 2020-02-03 10:21:32 +0000 | [diff] [blame] | 133 | |
| 134 | Check deletion of OLT/ONU before disabling |
| 135 | [Documentation] Try deleting OL/ONU before disabling and check error message |
| 136 | ... Assuming devices are already created, up and running fine; test1 or sanity was |
| 137 | ... executed where all the ONUs are authenticated/DHCP/pingable |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 138 | ... VOL-2411 |
Hardik Windlass | cbcca31 | 2020-04-20 21:46:11 +0530 | [diff] [blame] | 139 | #TODO: If this TC gets updated in future, To add support for DT workflow as well (refer JIRA: VOL-2945) |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 140 | [Tags] functional DeleteBeforeDisableCheck notready |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 141 | [Setup] Start Logging DeleteBeforeDisableCheck |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 142 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 143 | ... AND Stop Logging DeleteBeforeDisableCheck |
suraj gour | baee2c6 | 2020-02-03 10:21:32 +0000 | [diff] [blame] | 144 | #validate olt states |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 145 | Run Keyword If ${has_dataplane} Clean Up Linux |
| 146 | Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 147 | FOR ${I} IN RANGE 0 ${olt_count} |
| 148 | ${olt_user}= Get From Dictionary ${list_olts}[${I}] user |
| 149 | ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass |
| 150 | ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship |
| 151 | ${olt_ip}= Get From Dictionary ${list_olts}[${I}] ip |
| 152 | ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn |
| 153 | #${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 154 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE REACHABLE |
| 155 | ... REACHABLE ${olt_serial_number} |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 156 | ${rc} ${output}= Run and Return Rc and Output voltctl -c ${VOLTCTL_CONFIG} device delete ${olt_device_id} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 157 | Log ${output} |
| 158 | Should Contain ${output} expected-admin-state:DISABLED |
| 159 | Wait Until Keyword Succeeds ${timeout} 5s |
| 160 | ... Validate OLT Device ENABLED ACTIVE REACHABLE ${olt_serial_number} |
| 161 | ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS |
| 162 | ... ${olt_serial_number} |
| 163 | Set Global Variable ${of_id} |
| 164 | END |
| 165 | FOR ${I} IN RANGE 0 ${num_all_onus} |
suraj gour | baee2c6 | 2020-02-03 10:21:32 +0000 | [diff] [blame] | 166 | ${src}= Set Variable ${hosts.src[${I}]} |
| 167 | ${dst}= Set Variable ${hosts.dst[${I}]} |
| 168 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 169 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s Validate Device |
| 170 | ... ENABLED ACTIVE REACHABLE |
| 171 | ... ${src['onu']} onu=True onu_reason=omci-flows-pushed |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 172 | ${rc} ${output}= Run and Return Rc and Output voltctl -c ${VOLTCTL_CONFIG} device delete ${onu_device_id} |
suraj gour | baee2c6 | 2020-02-03 10:21:32 +0000 | [diff] [blame] | 173 | Log ${output} |
| 174 | Should Contain ${output} expected-admin-state:DISABLED |
| 175 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s Validate Device |
| 176 | ... ENABLED ACTIVE REACHABLE |
| 177 | ... ${src['onu']} onu=True onu_reason=omci-flows-pushed |
| 178 | END |
suraj gour | b316041 | 2020-02-04 06:11:31 +0000 | [diff] [blame] | 179 | |
| 180 | Check disabling of pre-provisioned OLT before enabling |
| 181 | [Documentation] Create OLT, disable same OLT, check error message and validates ONU |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 182 | ... VOL-2414 |
| 183 | [Tags] functional DisablePreprovisionedOLTCheck |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 184 | [Setup] Run Keywords Start Logging DisablePreprovisionedOLTCheck |
Andy Bavier | de53a1f | 2020-03-25 14:53:56 -0700 | [diff] [blame] | 185 | ... AND Delete All Devices and Verify |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 186 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 187 | ... AND Stop Logging DisablePreprovisionedOLTCheck |
Andy Bavier | de53a1f | 2020-03-25 14:53:56 -0700 | [diff] [blame] | 188 | Sleep 180s |
Suchitra Vemuri | 9a6dd6d | 2020-02-28 17:46:26 -0800 | [diff] [blame] | 189 | Run Keyword and Ignore Error Collect Logs |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 190 | FOR ${I} IN RANGE 0 ${olt_count} |
| 191 | ${olt_user}= Get From Dictionary ${list_olts}[${I}] user |
| 192 | ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass |
| 193 | ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship |
| 194 | ${olt_ip}= Get From Dictionary ${list_olts}[${I}] ip |
| 195 | ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn |
| 196 | #${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 197 | #create/preprovision device |
| 198 | ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT} |
| 199 | Set Suite Variable ${olt_device_id} |
| 200 | #validate olt states |
| 201 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device PREPROVISIONED UNKNOWN |
| 202 | ... UNKNOWN ${olt_device_id} |
| 203 | #Try disabling pre-provisioned OLT |
| 204 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 205 | ... voltctl -c ${VOLTCTL_CONFIG} device disable ${olt_device_id} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 206 | Should Not Be Equal As Integers ${rc} 0 |
| 207 | Log ${output} |
| 208 | Should Contain ${output} invalid-admin-state:PREPROVISIONED |
| 209 | #Enable OLT |
| 210 | Enable Device ${olt_device_id} |
| 211 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE REACHABLE |
| 212 | ... ${olt_serial_number} |
| 213 | ${logical_id}= Get Logical Device ID From SN ${olt_serial_number} |
| 214 | Set Suite Variable ${logical_id} |
| 215 | END |
Hardik Windlass | cbcca31 | 2020-04-20 21:46:11 +0530 | [diff] [blame] | 216 | ${onu_reason}= Set Variable If '${workflow}' == 'DT' initial-mib-downloaded omci-flows-pushed |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 217 | FOR ${I} IN RANGE 0 ${num_all_onus} |
suraj gour | b316041 | 2020-02-04 06:11:31 +0000 | [diff] [blame] | 218 | ${src}= Set Variable ${hosts.src[${I}]} |
| 219 | ${dst}= Set Variable ${hosts.dst[${I}]} |
| 220 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s Validate Device |
| 221 | ... ENABLED ACTIVE REACHABLE |
Hardik Windlass | cbcca31 | 2020-04-20 21:46:11 +0530 | [diff] [blame] | 222 | ... ${src['onu']} onu=True onu_reason=${onu_reason} |
suraj gour | b316041 | 2020-02-04 06:11:31 +0000 | [diff] [blame] | 223 | END |
Hema | 526eceb | 2020-02-04 13:11:40 +0530 | [diff] [blame] | 224 | |
| 225 | Disable and Delete the logical device directly |
| 226 | [Documentation] Disable and delete the logical device directly is not possible |
| 227 | ... since it is allowed only through OLT device deletion. |
Suchitra Vemuri | 5f66f42 | 2020-03-02 16:43:49 -0800 | [diff] [blame] | 228 | ... VOL-2418 |
| 229 | [Tags] functional DisableDelete_LogicalDevice |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 230 | [Setup] Run Keywords Start Logging DisableDelete_LogicalDevice |
Andy Bavier | de53a1f | 2020-03-25 14:53:56 -0700 | [diff] [blame] | 231 | ... AND Delete All Devices and Verify |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 232 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 233 | ... AND Stop Logging DisableDelete_LogicalDevice |
Hema | 526eceb | 2020-02-04 13:11:40 +0530 | [diff] [blame] | 234 | Run Keyword If ${has_dataplane} Sleep 180s |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 235 | FOR ${I} IN RANGE 0 ${olt_count} |
| 236 | ${olt_user}= Get From Dictionary ${list_olts}[${I}] user |
| 237 | ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass |
| 238 | ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship |
| 239 | ${olt_ip}= Get From Dictionary ${list_olts}[${I}] ip |
| 240 | ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn |
| 241 | #${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 242 | #create/preprovision OLT device |
| 243 | ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT} |
| 244 | Set Suite Variable ${olt_device_id} |
| 245 | #validate olt states |
| 246 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device PREPROVISIONED UNKNOWN |
Suchitra Vemuri | f8462be | 2020-11-05 13:38:42 -0800 | [diff] [blame] | 247 | ... UNKNOWN ${olt_device_id} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 248 | #Enable the created OLT device |
| 249 | Enable Device ${olt_device_id} |
| 250 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE |
| 251 | ... REACHABLE ${olt_serial_number} |
| 252 | #Check whether logical devices are also created |
| 253 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 254 | ... voltctl -c ${VOLTCTL_CONFIG} logicaldevice list |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 255 | Should Be Equal As Integers ${rc} 0 |
| 256 | Log ${output} |
| 257 | ${logical_id}= Get Logical Device ID From SN ${olt_serial_number} |
| 258 | Should Not Be Empty ${logical_id} |
| 259 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 260 | ... voltctl -c ${VOLTCTL_CONFIG} logicaldevice disable ${logical_id} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 261 | Should Not Be Equal As Integers ${rc} 0 |
| 262 | Log ${output} |
| 263 | Should Contain '${output}' Unknown command |
| 264 | ${rc} ${output1}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 265 | ... voltctl -c ${VOLTCTL_CONFIG} logicaldevice delete ${logical_id} |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 266 | Should Not Be Equal As Integers ${rc} 0 |
| 267 | Log ${output1} |
| 268 | Should Contain '${output1}' Unknown command |
| 269 | END |
suraj gour | a416622 | 2020-02-03 12:09:11 +0000 | [diff] [blame] | 270 | |
| 271 | Check logical device creation and deletion |
| 272 | [Documentation] Deletes all devices, checks logical device, creates devices again and checks |
| 273 | ... logical device, flows, ports |
Suchitra Vemuri | 5f66f42 | 2020-03-02 16:43:49 -0800 | [diff] [blame] | 274 | ... VOL-2416 VOL-2417 |
| 275 | [Tags] functional LogicalDeviceCheck |
Andy Bavier | e187eda | 2020-04-20 15:00:02 -0700 | [diff] [blame] | 276 | [Setup] Start Logging LogicalDeviceCheck |
Andy Bavier | 4a8450e | 2020-02-04 08:58:37 -0700 | [diff] [blame] | 277 | [Teardown] Run Keywords Collect Logs |
Andy Bavier | abeba26 | 2020-02-07 16:22:16 -0700 | [diff] [blame] | 278 | ... AND Stop Logging LogicalDeviceCheck |
Andy Bavier | de53a1f | 2020-03-25 14:53:56 -0700 | [diff] [blame] | 279 | Delete All Devices and Verify |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 280 | FOR ${I} IN RANGE 0 ${olt_count} |
| 281 | ${olt_user}= Get From Dictionary ${list_olts}[${I}] user |
| 282 | ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass |
| 283 | ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship |
| 284 | ${olt_ip}= Get From Dictionary ${list_olts}[${I}] ip |
| 285 | ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn |
| 286 | #${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 287 | ${logical_id}= Get Logical Device ID From SN ${olt_serial_number} |
| 288 | Should Be Empty ${logical_id} |
| 289 | Run Keyword If ${has_dataplane} Sleep 180s |
| 290 | ... ELSE Sleep 10s |
| 291 | ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT} |
| 292 | Set Suite Variable ${olt_device_id} |
| 293 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device PREPROVISIONED UNKNOWN |
| 294 | ... UNKNOWN ${olt_device_id} |
| 295 | Enable Device ${olt_device_id} |
| 296 | Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE REACHABLE |
| 297 | ... ${olt_serial_number} |
| 298 | ${logical_id}= Get Logical Device ID From SN ${olt_serial_number} |
| 299 | Should Not Be Empty ${logical_id} |
| 300 | ${rc} ${output}= Run and Return Rc and Output |
Matteo Scandolo | 5899be1 | 2020-11-11 15:38:07 -0800 | [diff] [blame] | 301 | ... voltctl -c ${VOLTCTL_CONFIG} logicaldevice list |
Suchitra Vemuri | a6879aa | 2020-11-03 11:03:11 -0800 | [diff] [blame] | 302 | Should Be Equal As Integers ${rc} 0 |
| 303 | Log ${output} |
| 304 | Should Contain ${output} ${olt_device_id} |
| 305 | Set Suite Variable ${logical_id} |
| 306 | Wait Until Keyword Succeeds ${timeout} 5s Validate Logical Device Ports ${logical_id} |
| 307 | Wait Until Keyword Succeeds ${timeout} 5s Validate Logical Device Flows ${logical_id} |
| 308 | Run Keyword and Ignore Error Collect Logs |
| 309 | END |
Suchitra Vemuri | e9c79bf | 2020-02-26 23:11:39 -0800 | [diff] [blame] | 310 | |
| 311 | *** Keywords *** |
| 312 | Setup Suite |
| 313 | [Documentation] Set up the test suite |
| 314 | Common Test Suite Setup |
| 315 | |
Suchitra Vemuri | 32dea01 | 2020-07-08 16:40:06 -0700 | [diff] [blame] | 316 | Teardown Suite |
| 317 | [Documentation] Teardown suite |
| 318 | Run Keyword If ${has_dataplane} Clean Up Linux |
Suchitra Vemuri | 1d8e817 | 2020-06-17 17:43:56 -0700 | [diff] [blame] | 319 | #Restore all ONUs |
| 320 | # Run Keyword If ${has_dataplane} RestoreONUs ${num_onus} |