TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 1 | # Copyright 2020 - 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 | |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 15 | *** Settings *** |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 16 | Documentation Test states of ONU Go adapter with ATT workflows only (not for DT/TT workflow!) |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 17 | Suite Setup Setup Suite |
| 18 | Suite Teardown Teardown Suite |
| 19 | Test Setup Setup |
| 20 | Test Teardown Teardown |
| 21 | Library Collections |
| 22 | Library String |
| 23 | Library OperatingSystem |
| 24 | Library XML |
| 25 | Library RequestsLibrary |
| 26 | Library ../../libraries/DependencyLibrary.py |
| 27 | Resource ../../libraries/onos.robot |
| 28 | Resource ../../libraries/voltctl.robot |
| 29 | Resource ../../libraries/voltha.robot |
| 30 | Resource ../../libraries/utils.robot |
| 31 | Resource ../../libraries/k8s.robot |
| 32 | Resource ../../variables/variables.robot |
Matteo Scandolo | 5d9efae | 2020-12-14 09:37:41 -1000 | [diff] [blame] | 33 | Resource ../../libraries/Voltha_ONUUtilities.robot |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 34 | |
| 35 | *** Variables *** |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 36 | ${timeout} 60s |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 37 | ${of_id} 0 |
| 38 | ${logical_id} 0 |
| 39 | ${has_dataplane} True |
| 40 | ${external_libs} True |
| 41 | ${teardown_device} True |
| 42 | ${scripts} ../../scripts |
| 43 | # Per-test logging on failure is turned off by default; set this variable to enable |
| 44 | ${container_log_dir} ${None} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 45 | # state to test variable, can be passed via the command line too, valid values: 1-6 |
| 46 | # 1 -> activating-onu |
| 47 | # 2 -> starting-openomci |
| 48 | # 3 -> discovery-mibsync-complete |
| 49 | # 4 -> initial-mib-downloaded |
| 50 | # 5 -> tech-profile-config-download-success |
| 51 | # 6 -> omci-flows-pushed |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 52 | # example: -v state2test:5 |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 53 | # example: -v state2test:omci-flows-pushed |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 54 | ${state2test} 6 |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 55 | # test mode variable, can be passed via the command line too, valid values: SingleState, Up2State, SingleStateTime |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 56 | # example: -v testmode:SingleStateTime |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 57 | ${testmode} SingleState |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 58 | # used tech profile, can be passed via the command line too, valid values: default (=1T1GEM), 1T4GEM, 1T8GEM |
| 59 | # example: -v techprofile:1T4GEM |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 60 | ${techprofile} default |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 61 | # flag debugmode is used, if true timeout calculation various, can be passed via the command line too |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 62 | # example: -v debugmode:True |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 63 | ${debugmode} False |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 64 | # logging flag to enable Collect Logs, can be passed via the command line too |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 65 | # example: -v logging:True |
TorstenThieme | 5e324e4 | 2020-07-27 09:36:16 +0000 | [diff] [blame] | 66 | ${logging} False |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 67 | # if True execution will be paused before clean up, only use in case of manual testing, do not use in ci pipeline! |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 68 | # example: -v pausebeforecleanup:True |
TorstenThieme | b41007d | 2020-06-22 12:14:12 +0000 | [diff] [blame] | 69 | ${pausebeforecleanup} False |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 70 | # if True some outputs to console are done during running tests e.g. long duration flow test |
| 71 | # example: -v print2console:True |
| 72 | ${print2console} False |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 73 | ${data_dir} ../data |
| 74 | |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 75 | |
| 76 | *** Test Cases *** |
| 77 | ONU State Test |
| 78 | [Documentation] Validates the ONU Go adapter states |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 79 | [Tags] sanityOnuGo StateTestOnuGo |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 80 | [Setup] Run Keywords Start Logging ONUStateTest |
| 81 | ... AND Setup Test |
| 82 | Run Keyword If ${has_dataplane} Clean Up Linux |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 83 | FOR ${I} IN RANGE 0 ${num_olts} |
| 84 | #get olt serial number |
| 85 | ${olt_serial_number}= Set Variable ${list_olts}[${I}][sn] |
| 86 | #validate olt states |
| 87 | ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number} |
| 88 | Enable Device ${olt_device_id} |
| 89 | END |
TorstenThieme | 94e4ae4 | 2020-05-18 13:01:42 +0000 | [diff] [blame] | 90 | ${timeStart} = Get Current Date |
| 91 | Set Global Variable ${timeStart} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 92 | Run Keyword If "${testmode}"=="SingleState" Do ONU Single State Test |
| 93 | ... ELSE IF "${testmode}"=="Up2State" Do ONU Up To State Test |
TorstenThieme | 94e4ae4 | 2020-05-18 13:01:42 +0000 | [diff] [blame] | 94 | ... ELSE IF "${testmode}"=="SingleStateTime" Do ONU Single State Test Time |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 95 | ... ELSE Fail The testmode (${testmode}) is not valid! |
TorstenThieme | 5e324e4 | 2020-07-27 09:36:16 +0000 | [diff] [blame] | 96 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 97 | ... AND Stop Logging ONUStateTest |
| 98 | |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 99 | Check Loaded Tech Profile |
| 100 | [Documentation] Validates the loaded Tech Profile |
| 101 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
| 102 | ... Check will be executed only the reached ONU state is 5 (tech-profile-config-download-success) or higher |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 103 | [Tags] functionalOnuGo CheckTechProfileOnuGo |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 104 | [Setup] Start Logging ONUCheckTechProfile |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 105 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 106 | ... Do Check Tech Profile |
TorstenThieme | 5a205ba | 2020-09-29 08:08:29 +0000 | [diff] [blame] | 107 | ... ELSE Pass Execution ${skip_message} skipped |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 108 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 109 | ... AND Stop Logging ONUCheckTechProfile |
| 110 | |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 111 | Onu Port Check |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 112 | [Documentation] Validates that all the UNI ports show up in ONOS |
TorstenThieme | 0095868 | 2020-06-19 11:29:31 +0000 | [diff] [blame] | 113 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 114 | [Tags] functionalOnuGo PortTestOnuGo |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 115 | [Setup] Start Logging ONUPortTest |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 116 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 117 | ... Do Onu Port Check |
| 118 | ... ELSE Pass Execution ${skip_message} skipped |
TorstenThieme | 5e324e4 | 2020-07-27 09:36:16 +0000 | [diff] [blame] | 119 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 120 | ... AND Stop Logging ONUPortTest |
| 121 | |
TorstenThieme | 17756ea | 2020-11-11 14:09:47 +0000 | [diff] [blame] | 122 | Onu Etcd Data Check |
| 123 | [Documentation] Validates ONU data stored in ETCD |
| 124 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
| 125 | [Tags] functionalOnuGo EtcdDataOnuGo |
| 126 | [Setup] Start Logging ONUEtcdDataTest |
| 127 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 128 | ... Do Onu Etcd Data Check |
| 129 | ... ELSE Pass Execution ${skip_message} skipped |
| 130 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 131 | ... AND Stop Logging ONUEtcdDataTest |
| 132 | |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 133 | Onu Flow Check |
| 134 | [Documentation] Validates the onu flows in ONOS and Voltha |
| 135 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
mpagenko | c2e7ba5 | 2020-11-12 13:50:57 +0000 | [diff] [blame] | 136 | [Tags] functionalOnuGo FlowTestOnuGo |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 137 | [Setup] Start Logging ONUFlowTest |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 138 | Run Keyword If '${onu_state}'=='omci-flows-pushed' Do Onu Flow Check |
TorstenThieme | 5a205ba | 2020-09-29 08:08:29 +0000 | [diff] [blame] | 139 | ... ELSE Pass Execution ${skip_message} skipped |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 140 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 141 | ... AND Stop Logging ONUFlowTest |
| 142 | |
TorstenThieme | e3841a0 | 2020-09-23 08:20:43 +0000 | [diff] [blame] | 143 | Disable Enable Onu Device |
| 144 | [Documentation] Disables/enables ONU Device and check states |
| 145 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 146 | [Tags] functionalOnuGo DisableEnableOnuGo |
TorstenThieme | e3841a0 | 2020-09-23 08:20:43 +0000 | [diff] [blame] | 147 | [Setup] Start Logging DisableEnableONUDevice |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 148 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 149 | ... Do Disable Enable Onu Test |
TorstenThieme | 5a205ba | 2020-09-29 08:08:29 +0000 | [diff] [blame] | 150 | ... ELSE Pass Execution ${skip_message} skipped |
TorstenThieme | e3841a0 | 2020-09-23 08:20:43 +0000 | [diff] [blame] | 151 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 152 | ... AND Stop Logging DisableEnableONUDevice |
| 153 | |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 154 | Reconcile Onu Device |
| 155 | [Documentation] Reconciles ONU Device and check state |
| 156 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 157 | [Tags] functionalOnuGo ReconcileOnuGo |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 158 | [Setup] Start Logging ReconcileONUDevice |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 159 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 160 | ... Do Reconcile Onu Device |
TorstenThieme | 5a205ba | 2020-09-29 08:08:29 +0000 | [diff] [blame] | 161 | ... ELSE Pass Execution ${skip_message} skipped |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 162 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 163 | ... AND Stop Logging ReconcileONUDevice |
| 164 | |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 165 | Power Off Power On Onu Device |
| 166 | [Documentation] Power off and Power on of all ONU Devices and check state |
| 167 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 168 | [Tags] functionalOnuGo PowerOffPowerOnOnuGo |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 169 | [Setup] Start Logging PowerOffPowerOnONUDevice |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 170 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 171 | ... Do Power Off Power On Onu Device |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 172 | ... ELSE Pass Execution ${skip_message} skipped |
| 173 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 174 | ... AND Stop Logging PowerOffPowerOnONUDevice |
| 175 | |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 176 | Soft Reboot Onu Device |
| 177 | [Documentation] Reboots softly all ONU Devices and check state |
| 178 | ... Assuming that ONU State Test was executed where all the ONUs are reached the expected state! |
| 179 | [Tags] functionalOnuGo SoftRebootOnuGo |
| 180 | [Setup] Start Logging SoftRebootONUDevice |
| 181 | Run Keyword If '${onu_state}'=='tech-profile-config-download-success' or '${onu_state}'=='omci-flows-pushed' |
| 182 | ... Do Soft Reboot Onu Device |
| 183 | ... ELSE Pass Execution ${skip_message} skipped |
| 184 | [Teardown] Run Keywords Run Keyword If ${logging} Collect Logs |
| 185 | ... AND Stop Logging SoftRebootONUDevice |
| 186 | |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 187 | *** Keywords *** |
| 188 | Setup Suite |
| 189 | [Documentation] Set up the test suite |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 190 | ${LogInfo}= Catenate |
| 191 | ... \r\nPassed arguments: |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 192 | ... state2test:${state2test}, testmode:${testmode}, techprofile:${techprofile}, |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 193 | ... debugmode:${debugmode}, logging:${logging}, pausebeforecleanup:${pausebeforecleanup}, |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 194 | ... print2console:${print2console} |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 195 | Log ${LogInfo} console=yes |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 196 | Common Test Suite Setup |
TorstenThieme | 5a205ba | 2020-09-29 08:08:29 +0000 | [diff] [blame] | 197 | # prepare skip message in yellow for console log |
| 198 | ${skip}= Evaluate "\\033[33mSKIP\\033[0m" |
| 199 | ${skipped}= Evaluate "\\033[33m${SPACE*14} ===> Test case above was skipped! <=== ${SPACE*15}\\033[0m" |
| 200 | ${skip_message} Catenate ${skipped} | ${skip} | |
| 201 | Set Suite Variable ${skip_message} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 202 | Set Suite Variable ${all_onu_timeout} ${timeout} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 203 | Run Keyword If ${num_all_onus}>4 Calculate Timeout |
TorstenThieme | 1488d77 | 2020-09-28 10:52:43 +0000 | [diff] [blame] | 204 | ${techprofile}= Set Variable If "${techprofile}"=="1T1GEM" default ${techprofile} |
TorstenThieme | 7385005 | 2020-12-10 12:43:28 +0000 | [diff] [blame] | 205 | Set Suite Variable ${techprofile} |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 206 | Run Keyword If "${techprofile}"=="default" Log To Console \nTechProfile:default (1T1GEM) |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 207 | ... ELSE IF "${techprofile}"=="1T4GEM" Set Tech Profile 1T4GEM |
| 208 | ... ELSE IF "${techprofile}"=="1T8GEM" Set Tech Profile 1T8GEM |
| 209 | ... ELSE Fail The TechProfile (${techprofile}) is not valid! |
| 210 | ${onos_ssh_connection} Open ONOS SSH Connection ${ONOS_SSH_IP} ${ONOS_SSH_PORT} |
| 211 | Set Suite Variable ${onos_ssh_connection} |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 212 | # map the passed onu state to reached and make it visible for test suite |
| 213 | ${admin_state} ${oper_status} ${connect_status} ${onu_state_nb} ${onu_state}= |
| 214 | ... Map State ${state2test} |
| 215 | Set Suite Variable ${admin_state} |
| 216 | Set Suite Variable ${oper_status} |
| 217 | Set Suite Variable ${connect_status} |
| 218 | Set Suite Variable ${onu_state_nb} |
| 219 | Set Suite Variable ${onu_state} |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 220 | # delete etcd MIB Template Data |
| 221 | Delete MIB Template Data |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 222 | |
TorstenThieme | b41007d | 2020-06-22 12:14:12 +0000 | [diff] [blame] | 223 | Teardown Suite |
| 224 | [Documentation] Replaces the Suite Teardown in utils.robot. |
| 225 | ... Cleans up and checks all ONU ports disabled in ONOS. |
| 226 | ... Furthermore gives the possibility to pause the execution. |
| 227 | Run Keyword If ${pausebeforecleanup} Import Library Dialogs |
| 228 | Run Keyword If ${pausebeforecleanup} Pause Execution Press OK to continue with clean up! |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 229 | Run Keyword If ${pausebeforecleanup} Log Teardown will be continued... console=yes |
TorstenThieme | b41007d | 2020-06-22 12:14:12 +0000 | [diff] [blame] | 230 | Run Keyword If ${teardown_device} Delete All Devices and Verify |
TorstenThieme | fcafba0 | 2020-11-11 16:18:50 +0000 | [diff] [blame] | 231 | Validate Onu Data In Etcd 0 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 232 | # Re-open ssh connection to onos since no keep alive is implemented in SSH library |
| 233 | Close ONOS SSH Connection ${onos_ssh_connection} |
| 234 | ${onos_ssh_connection} Open ONOS SSH Connection ${ONOS_SSH_IP} ${ONOS_SSH_PORT} |
| 235 | Set Suite Variable ${onos_ssh_connection} |
| 236 | Wait for Ports in ONOS for all OLTs ${onos_ssh_connection} 0 BBSM ${timeout} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 237 | Close ONOS SSH Connection ${onos_ssh_connection} |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 238 | Remove Tech Profile |
TorstenThieme | b41007d | 2020-06-22 12:14:12 +0000 | [diff] [blame] | 239 | |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 240 | Setup Test |
| 241 | [Documentation] Pre-test Setup |
| 242 | #test for empty device list |
| 243 | Test Empty Device List |
| 244 | Run Keyword If ${has_dataplane} Wait Until Keyword Succeeds 120s 10s Openolt is Up |
Suchitra Vemuri | b7253a5 | 2020-07-14 22:35:17 -0700 | [diff] [blame] | 245 | ... ${olt_ssh_ip} ${olt_user} ${olt_pass} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 246 | Run Keyword If ${has_dataplane} Sleep 60s |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 247 | # Create a list of olt ids (logical and device_id) |
| 248 | ${olt_ids} Create List |
| 249 | FOR ${I} IN RANGE 0 ${num_olts} |
| 250 | #create/preprovision device |
| 251 | ${olt_device_id}= Create Device ${list_olts}[${I}][ip] ${OLT_PORT} |
| 252 | ${olt_serial_number}= Set Variable ${list_olts}[${I}][sn] |
| 253 | #validate olt states |
| 254 | Wait Until Keyword Succeeds ${timeout} 5s |
| 255 | ... Validate OLT Device PREPROVISIONED UNKNOWN UNKNOWN ${olt_device_id} |
| 256 | Sleep 5s |
| 257 | ${logical_id}= Get Logical Device ID From SN ${olt_serial_number} |
| 258 | ${olt} Create Dictionary device_id ${olt_device_id} logical_id ${logical_id} |
| 259 | ... of_id ${of_id} sn ${olt_serial_number} |
| 260 | Append To List ${olt_ids} ${olt} |
| 261 | END |
| 262 | Set Global Variable ${olt_ids} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 263 | |
| 264 | Calculate Timeout |
| 265 | [Documentation] Calculates the timeout regarding num-onus in case of more than 4 onus |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 266 | ${all_onu_timeout} Fetch From Left ${all_onu_timeout} s |
| 267 | ${all_onu_timeout}= evaluate ${all_onu_timeout}+((${num_all_onus}-4)*10) |
| 268 | ${all_onu_timeout}= Set Variable If (not ${debugmode}) and (${all_onu_timeout}>300) |
| 269 | ... 300 ${all_onu_timeout} |
| 270 | ${all_onu_timeout}= Catenate SEPARATOR= ${all_onu_timeout} s |
| 271 | Set Suite Variable ${all_onu_timeout} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 272 | |
| 273 | Do ONU Up To State Test |
| 274 | [Documentation] This keyword performs Up2State Test |
| 275 | ... All states up to the passed have to be checked |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 276 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 277 | ${src}= Set Variable ${hosts.src[${I}]} |
| 278 | ${dst}= Set Variable ${hosts.dst[${I}]} |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 279 | Run Keyword If ${onu_state_nb}>=1 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 280 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 281 | ... Validate Device ENABLED ACTIVATING REACHABLE |
| 282 | ... ${src['onu']} onu=True onu_reason=activating-onu |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 283 | Run Keyword If ${onu_state_nb}>=2 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 284 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 285 | ... Validate Device ENABLED ACTIVATING REACHABLE |
| 286 | ... ${src['onu']} onu=True onu_reason=starting-openomci |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 287 | Run Keyword If ${onu_state_nb}>=3 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 288 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 289 | ... Validate Device ENABLED ACTIVATING REACHABLE |
| 290 | ... ${src['onu']} onu=True onu_reason=discovery-mibsync-complete |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 291 | Run Keyword If ${onu_state_nb}>=4 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 292 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 293 | ... Validate Device ENABLED ACTIVE REACHABLE |
| 294 | ... ${src['onu']} onu=True onu_reason=initial-mib-downloaded |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 295 | Run Keyword If ${onu_state_nb}>=5 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 296 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 297 | ... Validate Device ENABLED ACTIVE REACHABLE |
| 298 | ... ${src['onu']} onu=True onu_reason=tech-profile-config-download-success |
TorstenThieme | 66c91a8 | 2020-10-19 13:37:53 +0000 | [diff] [blame] | 299 | Run Keyword If ${onu_state_nb}>=6 |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 300 | ... Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 301 | ... Validate Device ENABLED ACTIVE REACHABLE |
| 302 | ... ${src['onu']} onu=True onu_reason=omci-flows-pushed |
| 303 | END |
| 304 | |
| 305 | Do ONU Single State Test |
| 306 | [Documentation] This keyword performs SingleState Test |
| 307 | ... Only the passed state has to be checked |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 308 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 309 | ${src}= Set Variable ${hosts.src[${I}]} |
| 310 | ${dst}= Set Variable ${hosts.dst[${I}]} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 311 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 312 | ... Validate Device ${admin_state} ${oper_status} ${connect_status} |
| 313 | ... ${src['onu']} onu=True onu_reason=${onu_state} |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 314 | END |
| 315 | |
TorstenThieme | 94e4ae4 | 2020-05-18 13:01:42 +0000 | [diff] [blame] | 316 | Do ONU Single State Test Time |
| 317 | [Documentation] This keyword performs SingleState Test with calculate running time |
| 318 | ... Only the passed state has to be checked and the duration each single onu adapter needed |
| 319 | ... will be calculated and printed out |
TorstenThieme | 17becfc | 2020-10-08 09:46:27 +0000 | [diff] [blame] | 320 | #${ListfinishedONUs} Create List |
| 321 | #Set Global Variable ${ListfinishedONUs} |
TorstenThieme | 94e4ae4 | 2020-05-18 13:01:42 +0000 | [diff] [blame] | 322 | Create File ONU_Startup_Time.txt This file contains the startup times of all ONUs. |
| 323 | ${list_onus} Create List |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 324 | Build ONU SN List ${list_onus} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 325 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${all_onu_timeout} 50ms |
TorstenThieme | 9949b17 | 2020-06-16 10:00:15 +0000 | [diff] [blame] | 326 | ... Validate ONU Devices MIB State With Duration |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 327 | ... ${onu_state} ${list_onus} ${timeStart} print2console=${print2console} |
TorstenThieme | 401af43 | 2020-06-11 15:53:53 +0000 | [diff] [blame] | 328 | ... output_file=ONU_Startup_Time.txt |
TorstenThieme | 94e4ae4 | 2020-05-18 13:01:42 +0000 | [diff] [blame] | 329 | |
TorstenThieme | 1619db2 | 2020-04-03 12:01:15 +0000 | [diff] [blame] | 330 | Do Onu Port Check |
TorstenThieme | 0095868 | 2020-06-19 11:29:31 +0000 | [diff] [blame] | 331 | [Documentation] Check that all the UNI ports show up in ONOS |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 332 | Wait for Ports in ONOS for all OLTs ${onos_ssh_connection} ${num_all_onus} BBSM |
TorstenThieme | 9949b17 | 2020-06-16 10:00:15 +0000 | [diff] [blame] | 333 | |
TorstenThieme | 17756ea | 2020-11-11 14:09:47 +0000 | [diff] [blame] | 334 | Do Onu Etcd Data Check |
| 335 | [Documentation] Check Onu data stored in etcd |
| 336 | Validate Onu Data In Etcd |
| 337 | |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 338 | Do Onu Flow Check |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 339 | [Documentation] This keyword iterate all OLTs and performs Do Onu Flow Checks Per OLT |
| 340 | # Check and store vlan rules |
| 341 | ${firstvlanrules}= Run Keyword And Continue On Failure Validate Vlan Rules In Etcd |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 342 | FOR ${J} IN RANGE 0 ${num_olts} |
| 343 | ${olt_serial_number}= Set Variable ${list_olts}[${J}][sn] |
| 344 | ${onu_count}= Set Variable ${list_olts}[${J}][onucount] |
| 345 | ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS |
| 346 | ... ${olt_serial_number} |
| 347 | Set Global Variable ${of_id} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 348 | # Verify Default Meter in ONOS (valid only for ATT) |
| 349 | Do Onu Subscriber Add Per OLT ${of_id} ${olt_serial_number} ${onu_count} |
| 350 | END |
| 351 | FOR ${J} IN RANGE 0 ${num_olts} |
| 352 | ${olt_serial_number}= Set Variable ${list_olts}[${J}][sn] |
| 353 | ${onu_count}= Set Variable ${list_olts}[${J}][onucount] |
| 354 | ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS |
| 355 | ... ${olt_serial_number} |
| 356 | Set Global Variable ${of_id} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 357 | ${nni_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s |
| 358 | ... Get NNI Port in ONOS ${of_id} |
| 359 | Set Global Variable ${nni_port} |
| 360 | # Verify Default Meter in ONOS (valid only for ATT) |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 361 | Do Onu Flow Check Per OLT ${of_id} ${nni_port} ${olt_serial_number} ${onu_count} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 362 | END |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 363 | #log flows for verification |
| 364 | ${flowsresult}= Execute ONOS CLI Command ${ONOS_SSH_IP} ${ONOS_SSH_PORT} flows -s |
| 365 | log ${flowsresult} |
| 366 | #check for previous state is kept (normally omci-flows-pushed) |
| 367 | Sleep 10s |
| 368 | Run Keyword And Continue On Failure Do Current State Test All Onus ${state2test} |
| 369 | ${secondvlanrules}= Run Keyword And Continue On Failure Validate Vlan Rules In Etcd nbofcookieslice=3 |
| 370 | ... prevvlanrules=${firstvlanrules} |
| 371 | FOR ${J} IN RANGE 0 ${num_olts} |
| 372 | ${olt_serial_number}= Set Variable ${list_olts}[${J}][sn] |
| 373 | ${onu_count}= Set Variable ${list_olts}[${J}][onucount] |
| 374 | ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS |
| 375 | ... ${olt_serial_number} |
| 376 | Set Global Variable ${of_id} |
| 377 | ${nni_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s |
| 378 | ... Get NNI Port in ONOS ${of_id} |
| 379 | Set Global Variable ${nni_port} |
| 380 | # Verify Default Meter in ONOS (valid only for ATT) |
| 381 | Do Onu Subscriber Remove Per OLT ${of_id} ${nni_port} ${olt_serial_number} ${onu_count} |
| 382 | END |
| 383 | #check for previous state is kept (normally omci-flows-pushed) |
| 384 | Sleep 10s |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 385 | Run Keyword If ${print2console} Log \r\nStart State Test All Onus. console=yes |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 386 | Run Keyword And Continue On Failure Do Current State Test All Onus ${state2test} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 387 | Run Keyword If ${print2console} Log \r\nFinished State Test All Onus. console=yes |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 388 | Run Keyword And Continue On Failure Validate Vlan Rules In Etcd prevvlanrules=${firstvlanrules} |
| 389 | ... setvidequal=True |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 390 | # Re-open ssh connection to onos since no keep alive is implemented in SSH library |
| 391 | Close ONOS SSH Connection ${onos_ssh_connection} |
| 392 | ${onos_ssh_connection} Open ONOS SSH Connection ${ONOS_SSH_IP} ${ONOS_SSH_PORT} |
| 393 | Set Suite Variable ${onos_ssh_connection} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 394 | |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 395 | Do Onu Subscriber Add Per OLT |
| 396 | [Documentation] Add Subscriber per OLT |
| 397 | [Arguments] ${of_id} ${olt_serial_number} ${num_onus} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 398 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 399 | ${src}= Set Variable ${hosts.src[${I}]} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 400 | Continue For Loop If "${olt_serial_number}"!="${src['olt']}" |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 401 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 402 | ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s |
| 403 | ... Get ONU Port in ONOS ${src['onu']} ${of_id} |
| 404 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2 |
| 405 | ... Execute ONOS CLI Command ${ONOS_SSH_IP} ${ONOS_SSH_PORT} |
| 406 | ... volt-add-subscriber-access ${of_id} ${onu_port} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 407 | Run Keyword If ${print2console} Log \r\n[${I}] volt-add-subscriber-access ${of_id} ${onu_port}. |
| 408 | ... console=yes |
| 409 | END |
| 410 | |
| 411 | Do Onu Flow Check Per OLT |
| 412 | [Documentation] Checks all ONU flows show up in ONOS and Voltha |
| 413 | [Arguments] ${of_id} ${nni_port} ${olt_serial_number} ${num_onus} |
| 414 | FOR ${I} IN RANGE 0 ${num_all_onus} |
| 415 | ${src}= Set Variable ${hosts.src[${I}]} |
| 416 | Continue For Loop If "${olt_serial_number}"!="${src['olt']}" |
| 417 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 418 | ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s |
| 419 | ... Get ONU Port in ONOS ${src['onu']} ${of_id} |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 420 | # Verify subscriber access flows are added for the ONU port |
| 421 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s |
| 422 | ... Verify Subscriber Access Flows Added For ONU ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id} |
| 423 | ... ${onu_port} ${nni_port} ${src['c_tag']} ${src['s_tag']} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 424 | ${logoutput} Catenate \r\n[${I}] Verify Subscriber Access Flows Added For |
| 425 | ... ONU ${of_id} ${onu_port} ${src['c_tag']} ${src['s_tag']}. |
| 426 | Run Keyword If ${print2console} Log ${logoutput} console=yes |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 427 | END |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 428 | |
| 429 | Do Onu Subscriber Remove Per OLT |
| 430 | [Documentation] Removes per OLT subscribers in ONOS and Voltha |
| 431 | [Arguments] ${of_id} ${nni_port} ${olt_serial_number} ${num_onus} |
| 432 | FOR ${I} IN RANGE 0 ${num_all_onus} |
| 433 | ${src}= Set Variable ${hosts.src[${I}]} |
| 434 | ${dst}= Set Variable ${hosts.dst[${I}]} |
| 435 | Continue For Loop If "${olt_serial_number}"!="${src['olt']}" |
| 436 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 437 | ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s |
| 438 | ... Get ONU Port in ONOS ${src['onu']} ${of_id} |
| 439 | Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2 |
| 440 | ... Execute ONOS CLI Command ${ONOS_SSH_IP} ${ONOS_SSH_PORT} |
| 441 | ... volt-remove-subscriber-access ${of_id} ${onu_port} |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 442 | Run Keyword If ${print2console} Log \r\n[${I}] volt-remove-subscriber-access ${of_id} ${onu_port}. |
| 443 | ... console=yes |
TorstenThieme | 52ef839 | 2020-11-10 13:42:26 +0000 | [diff] [blame] | 444 | END |
TorstenThieme | 109683b | 2020-09-24 12:35:41 +0000 | [diff] [blame] | 445 | |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 446 | Set Tech Profile |
| 447 | [Documentation] This keyword set the passed TechProfile for the test |
| 448 | [Arguments] ${TechProfile} |
TorstenThieme | 87cd620 | 2020-09-09 10:01:28 +0000 | [diff] [blame] | 449 | Log To Console \nTechProfile:${TechProfile} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 450 | ${namespace}= Set Variable default |
Andrea Campanella | 60dde30 | 2020-09-09 18:42:56 +0200 | [diff] [blame] | 451 | ${podname}= Set Variable etcd |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 452 | ${src}= Set Variable ${data_dir}/TechProfile-${TechProfile}.json |
| 453 | ${dest}= Set Variable /tmp/flexpod.json |
| 454 | ${command} Catenate |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 455 | ... /bin/sh -c 'cat ${dest} | ETCDCTL_API=3 etcdctl put service/voltha/technology_profiles/XGS-PON/64' |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 456 | Copy File To Pod ${namespace} ${podname} ${src} ${dest} |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 457 | Exec Pod In Kube ${namespace} ${podname} ${command} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 458 | ${commandget} Catenate |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 459 | ... /bin/sh -c 'ETCDCTL_API=3 etcdctl get --prefix service/voltha/technology_profiles/XGS-PON/64' |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 460 | Exec Pod In Kube ${namespace} ${podname} ${commandget} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 461 | |
| 462 | Remove Tech Profile |
| 463 | [Documentation] This keyword removes TechProfile |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 464 | Log To Console \nTechProfile:${TechProfile} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 465 | ${namespace}= Set Variable default |
Andrea Campanella | 60dde30 | 2020-09-09 18:42:56 +0200 | [diff] [blame] | 466 | ${podname}= Set Variable etcd |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 467 | ${command} Catenate |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 468 | ... /bin/sh -c 'ETCDCTL_API=3 etcdctl del --prefix service/voltha/technology_profiles/XGS-PON/64' |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 469 | Exec Pod In Kube ${namespace} ${podname} ${command} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 470 | ${commandget} Catenate |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 471 | ... /bin/sh -c 'ETCDCTL_API=3 etcdctl get --prefix service/voltha/technology_profiles/XGS-PON/64' |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 472 | Exec Pod In Kube ${namespace} ${podname} ${commandget} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 473 | |
| 474 | Do Check Tech Profile |
| 475 | [Documentation] This keyword checks the loaded TechProfile |
| 476 | ${namespace}= Set Variable default |
Andrea Campanella | 60dde30 | 2020-09-09 18:42:56 +0200 | [diff] [blame] | 477 | ${podname}= Set Variable etcd |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 478 | ${stackname}= Get Stack Name |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 479 | ${commandget} Catenate |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 480 | ... /bin/sh -c 'ETCDCTL_API=3 etcdctl get --prefix service/${stackname}/technology_profiles/XGS-PON/64' |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 481 | ${result}= Exec Pod In Kube ${namespace} ${podname} ${commandget} |
TorstenThieme | e0e5bba | 2020-08-05 11:20:13 +0000 | [diff] [blame] | 482 | ${num_gem_ports}= Set Variable 1 |
| 483 | ${num_gem_ports}= Set Variable If |
| 484 | ... "${techprofile}"=="default" 1 |
| 485 | ... "${techprofile}"=="1T4GEM" 4 |
| 486 | ... "${techprofile}"=="1T8GEM" 8 |
| 487 | @{resultList} Split String ${result} separator=, |
| 488 | ${num_of_count_matches}= Get Match Count ${resultList} "num_gem_ports": ${num_gem_ports} |
| 489 | ... whitespace_insensitive=True |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 490 | ${num_of_expected_matches}= Evaluate ${num_all_onus} |
TorstenThieme | a022194 | 2020-12-09 11:35:03 +0000 | [diff] [blame] | 491 | Should Be Equal As Integers ${num_of_expected_matches} ${num_of_count_matches} |
| 492 | ... TechProfile (${TechProfile}) not loaded correctly:${num_of_count_matches} of ${num_of_expected_matches} |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 493 | |
| 494 | Do Disable Enable Onu Test |
| 495 | [Documentation] This keyword disables/enables all onus and checks the states. |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 496 | [Arguments] ${state2check}=${state2test} ${checkstatebeforedisable}=True |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 497 | ... ${state2checkafterdisable}=tech-profile-config-delete-success |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 498 | Run Keyword If ${checkstatebeforedisable} Do Current State Test All Onus ${state2check} |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 499 | Do Disable Onu Device |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 500 | ${alternative_onu_reason}= Set Variable If |
| 501 | ... '${state2checkafterdisable}'=='tech-profile-config-delete-success' omci-flows-deleted |
| 502 | ... '${state2checkafterdisable}'=='omci-admin-lock' tech-profile-config-delete-success ${EMPTY} |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 503 | Do Current State Test All Onus ${state2checkafterdisable} alternativeonustate=${alternative_onu_reason} |
TorstenThieme | 17becfc | 2020-10-08 09:46:27 +0000 | [diff] [blame] | 504 | Log Ports |
| 505 | #check no port is enabled in ONOS |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 506 | Wait for Ports in ONOS for all OLTs ${onos_ssh_connection} 0 BBSM |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 507 | Do Enable Onu Device |
TorstenThieme | 17becfc | 2020-10-08 09:46:27 +0000 | [diff] [blame] | 508 | Do Current State Test All Onus ${state2check} |
| 509 | Log Ports onlyenabled=True |
| 510 | #check that all the UNI ports show up in ONOS again |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 511 | Wait for Ports in ONOS for all OLTs ${onos_ssh_connection} ${num_all_onus} BBSM |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 512 | |
| 513 | Do Reconcile Onu Device |
| 514 | [Documentation] This keyword reconciles ONU device and check the state afterwards. |
| 515 | ... Following steps will be executed: |
| 516 | ... - restart openonu adaptor |
| 517 | ... - check openonu adaptor is ready again |
| 518 | ... - check previous state is kept |
| 519 | ... - ONU-Disable |
| 520 | ... - wait some seconds |
| 521 | ... - check for state omci-admin-lock |
| 522 | ... - ONU-Enable |
| 523 | ... - wait some seconds |
| 524 | ... - check for state onu-reenabled |
| 525 | ... - port check |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 526 | ${list_openonu_apps} Create List adapter-open-onu |
| 527 | ${namespace}= Set Variable voltha |
| 528 | ${adaptorname}= Set Variable open-onu |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 529 | Kill Adaptor ${namespace} ${adaptorname} |
| 530 | Sleep 5s |
| 531 | Wait For Pods Ready ${namespace} ${list_openonu_apps} |
| 532 | Do Disable Enable Onu Test |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 533 | Do Onu Port Check |
TorstenThieme | 015d5c0 | 2020-09-11 09:53:34 +0000 | [diff] [blame] | 534 | |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 535 | Do Power Off Power On Onu Device |
| 536 | [Documentation] This keyword power off/on all onus and checks the states. |
| 537 | Do Power Off ONU Device |
| 538 | Sleep 5s |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 539 | #Do Current State Test All Onus stopping-openomci |
| 540 | Do Current State Test All Onus tech-profile-config-delete-success |
| 541 | ... ENABLED DISCOVERED UNREACHABLE alternativeonustate=omci-flows-deleted |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 542 | Do Power On ONU Device |
| 543 | Do Current State Test All Onus ${state2test} |
| 544 | |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 545 | Do Soft Reboot Onu Device |
| 546 | [Documentation] This keyword reboots softly all onus and checks the states. |
| 547 | ${namespace}= Set Variable voltha |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 548 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 549 | ${src}= Set Variable ${hosts.src[${I}]} |
| 550 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
TorstenThieme | a0b1160 | 2020-10-30 08:39:24 +0000 | [diff] [blame] | 551 | Reboot ONU ${onu_device_id} False |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 552 | END |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 553 | Run Keyword Unless ${has_dataplane} Do Current State Test All Onus tech-profile-config-delete-success |
| 554 | ... ENABLED DISCOVERED REACHABLE alternativeonustate=omci-flows-deleted |
TorstenThieme | 7385005 | 2020-12-10 12:43:28 +0000 | [diff] [blame] | 555 | Sleep 5s |
TorstenThieme | a0b1160 | 2020-10-30 08:39:24 +0000 | [diff] [blame] | 556 | Run Keyword Unless ${has_dataplane} Do Disable Enable Onu Test checkstatebeforedisable=False |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 557 | ... state2checkafterdisable=omci-admin-lock |
TorstenThieme | a0b1160 | 2020-10-30 08:39:24 +0000 | [diff] [blame] | 558 | Run Keyword If ${has_dataplane} Do Current State Test All Onus omci-flows-pushed |
TorstenThieme | d4f4896 | 2020-12-08 12:17:19 +0000 | [diff] [blame] | 559 | Do Onu Port Check |
TorstenThieme | 1fbe808 | 2020-10-21 13:27:59 +0000 | [diff] [blame] | 560 | |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 561 | Do Disable Onu Device |
| 562 | [Documentation] This keyword disables all onus. |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 563 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 17becfc | 2020-10-08 09:46:27 +0000 | [diff] [blame] | 564 | ${src}= Set Variable ${hosts.src[${I}]} |
| 565 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 566 | Disable Device ${onu_device_id} |
| 567 | Wait Until Keyword Succeeds 20s 2s Test Devices Disabled in VOLTHA Id=${onu_device_id} |
| 568 | END |
| 569 | |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 570 | Do Enable Onu Device |
| 571 | [Documentation] This keyword enables all onus. |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 572 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 17becfc | 2020-10-08 09:46:27 +0000 | [diff] [blame] | 573 | ${src}= Set Variable ${hosts.src[${I}]} |
| 574 | ${onu_device_id}= Get Device ID From SN ${src['onu']} |
| 575 | Enable Device ${onu_device_id} |
| 576 | END |
| 577 | |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 578 | Do Power Off ONU Device |
| 579 | [Documentation] This keyword power off all onus. |
| 580 | ${namespace}= Set Variable voltha |
TorstenThieme | fd7e7ba | 2020-11-06 13:57:57 +0000 | [diff] [blame] | 581 | FOR ${I} IN RANGE 0 ${num_all_onus} |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 582 | ${src}= Set Variable ${hosts.src[${I}]} |
Holger Hildebrandt | 2314774 | 2020-11-16 10:13:21 +0000 | [diff] [blame] | 583 | ${result}= Exec Pod In Kube ${namespace} bbsim bbsimctl onu shutdown ${src['onu']} |
TorstenThieme | 5ca1dd1 | 2020-10-16 08:42:16 +0000 | [diff] [blame] | 584 | Should Contain ${result} successfully msg=Can not shutdown ${src['onu']} values=False |
| 585 | END |