blob: 52982f5380f447d93f9454855517d76fc3473917 [file] [log] [blame]
Hardik Windlassb9bdd502020-04-17 14:46:21 +05301# 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 ***
17Documentation Test various end-to-end scenarios
18Suite Setup Setup Suite
19Test Setup Setup
20Test Teardown Teardown
21Suite Teardown Teardown Suite
22Library Collections
23Library String
24Library OperatingSystem
25Library XML
26Library RequestsLibrary
27Library ../../libraries/DependencyLibrary.py
28Resource ../../libraries/onos.robot
29Resource ../../libraries/voltctl.robot
30Resource ../../libraries/voltha.robot
31Resource ../../libraries/utils.robot
32Resource ../../libraries/k8s.robot
33Resource ../../variables/variables.robot
Andrea Campanella15619c72020-04-30 09:48:04 +020034Resource ../../libraries/power_switch.robot
Hardik Windlassb9bdd502020-04-17 14:46:21 +053035
36*** Variables ***
37${POD_NAME} flex-ocp-cord
38${KUBERNETES_CONF} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf
39${KUBERNETES_CONFIGS_DIR} ~/pod-configs/kubernetes-configs
40#${KUBERNETES_CONFIGS_DIR} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf
41${KUBERNETES_YAML} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.yml
42${HELM_CHARTS_DIR} ~/helm-charts
43${VOLTHA_POD_NUM} 8
44${NAMESPACE} voltha
45# For below variable value, using deployment name as using grep for
46# parsing radius pod name, we can also use full radius pod name
47${RESTART_POD_NAME} radius
48${timeout} 60s
49${of_id} 0
50${logical_id} 0
51${has_dataplane} True
52${teardown_device} False
53${scripts} ../../scripts
54
55# Per-test logging on failure is turned off by default; set this variable to enable
56${container_log_dir} ${None}
57
58*** Test Cases ***
59Verify ONU after Rebooting Physically for DT
60 [Documentation] Test the ONU functionality by physically turning on/off ONU.
61 ... Assuming that all the ONUs are DHCP/pingable (i.e. assuming sanityDt test was executed)
62 ... Test case runs only on the PODs that are configured with PowerSwitch that
63 ... controls the power off/on ONUs/OLT remotely (simulating a physical reboot)
64 [Tags] functionalDt PowerSwitchOnuRebootDt VOL-2819 PowerSwitch
Hardik Windlass9df139e2020-04-24 14:54:54 +053065 [Setup] Start Logging RebootOnu_PowerSwitch_Dt
Hardik Windlassb9bdd502020-04-17 14:46:21 +053066 [Teardown] Run Keywords Collect Logs
67 ... AND Stop Logging RebootOnu_PowerSwitch_Dt
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080068 ... AND Delete All Devices and Verify
Hardik Windlassb9bdd502020-04-17 14:46:21 +053069 # Add OLT device
70 Setup
71 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
72 Run Keyword If ${has_dataplane} Clean Up Linux
73 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
74 Power Switch Connection Suite ${web_power_switch.ip} ${web_power_switch.user} ${web_power_switch.password}
Hardik Windlass2eb47182020-05-19 20:24:12 +053075 Run Keyword If ${has_dataplane} Clean Up Linux
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080076 FOR ${I} IN RANGE 0 ${num_all_onus}
Hardik Windlassb9bdd502020-04-17 14:46:21 +053077 ${src}= Set Variable ${hosts.src[${I}]}
78 ${dst}= Set Variable ${hosts.dst[${I}]}
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080079 ${of_id}= Get ofID From OLT List ${src['olt']}
Hardik Windlass0560f802020-05-06 23:06:53 +053080 ${onu_device_id}= Get Device ID From SN ${src['onu']}
Hardik Windlassb9bdd502020-04-17 14:46:21 +053081 ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s
82 ... Get ONU Port in ONOS ${src['onu']} ${of_id}
Hardik Windlass7c801e62020-05-04 19:33:21 +053083 # Disable Power Switch
Hardik Windlassb9bdd502020-04-17 14:46:21 +053084 Disable Switch Outlet ${src['power_switch_port']}
85 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure
86 ... Wait Until Keyword Succeeds 60s 2s
87 ... Check Ping False ${dst['dp_iface_ip_qinq']} ${src['dp_iface_name']}
88 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
Hardik Windlass7c801e62020-05-04 19:33:21 +053089 # Remove Subscriber Access (To replicate DT workflow)
90 Wait Until Keyword Succeeds ${timeout} 2s Execute ONOS CLI Command ${ONOS_SSH_IP}
91 ... ${ONOS_SSH_PORT} volt-remove-subscriber-access ${of_id} ${onu_port}
Suchitra Vemuri1b8d7b82020-05-29 21:10:12 -070092 Sleep 10s
Hardik Windlass7c801e62020-05-04 19:33:21 +053093 # Delete ONU Device (To replicate DT workflow)
94 Delete Device ${onu_device_id}
95 Sleep 5s
96 # Enable Power Switch
Hardik Windlassb9bdd502020-04-17 14:46:21 +053097 Enable Switch Outlet ${src['power_switch_port']}
Hardik Windlass40ccffb2020-05-11 14:12:07 +053098 # Waiting extra time for the ONU to come up
99 Sleep 60s
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530100 # Check ONU port is Enabled in ONOS
101 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 120s 2s
Suchitra Vemuri760bdd32020-06-17 12:34:48 -0700102 ... Verify ONU Port Is Enabled ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${src['onu']}
Hardik Windlass7c801e62020-05-04 19:33:21 +0530103 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2
104 ... Execute ONOS CLI Command ${ONOS_SSH_IP} ${ONOS_SSH_PORT}
105 ... volt-add-subscriber-access ${of_id} ${onu_port}
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530106 # Verify ONU state in voltha
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700107 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 360s 5s Validate Device
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530108 ... ENABLED ACTIVE REACHABLE
Hardik Windlass7c801e62020-05-04 19:33:21 +0530109 ... ${src['onu']} onu=True onu_reason=omci-flows-pushed
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530110 # Verify subscriber access flows are added for the ONU port
111 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
112 ... Verify Subscriber Access Flows Added For ONU DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id}
113 ... ${onu_port} ${nni_port} ${src['s_tag']}
Hardik Windlass2eb47182020-05-19 20:24:12 +0530114 #Run Keyword If ${has_dataplane} Clean Up Linux
Hardik Windlass7c801e62020-05-04 19:33:21 +0530115 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure Validate DHCP and Ping True
116 ... True ${src['dp_iface_name']} ${src['s_tag']} ${src['c_tag']} ${dst['dp_iface_ip_qinq']}
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530117 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
Hardik Windlass7c801e62020-05-04 19:33:21 +0530118 ... ${dst['dp_iface_name']} ${dst['ip']} ${dst['user']} ${dst['pass']} ${dst['container_type']}
119 ... ${dst['container_name']}
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530120 Run Keyword And Ignore Error Collect Logs
121 END
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800122 # Verify flows for all OLTs
123 Run Keyword Wait Until Keyword Succeeds ${timeout} 5s Validate All OLT Flows
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530124
125Verify OLT after Rebooting Physically for DT
126 [Documentation] Test the physical reboot of the OLT
127 ... Assuming that all the ONUs are DHCP/pingable (i.e. assuming sanityDt test was executed)
128 ... Test performs a physical reboot, performs "reboot" from the OLT CLI
129 [Tags] functionalDt PhysicalOltRebootDt VOL-2817
Hardik Windlass9df139e2020-04-24 14:54:54 +0530130 [Setup] Start Logging RebootOlt_Physical_Dt
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530131 [Teardown] Run Keywords Collect Logs
132 ... AND Stop Logging RebootOlt_Physical_Dt
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800133 ... AND Delete All Devices and Verify
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530134 # Add OLT device
135 Setup
136 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
137 Run Keyword If ${has_dataplane} Clean Up Linux
138 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
139 # Reboot the OLT from the OLT CLI
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800140 FOR ${I} IN RANGE 0 ${olt_count}
141 ${olt_user}= Get From Dictionary ${list_olts}[${I}] user
142 ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass
143 ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship
144 ${olt_serial_number}= Get From Dictionary ${list_olts}[${I}] sn
145 ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
146 Run Keyword If ${has_dataplane} Login And Run Command On Remote System
Andrea Campanella5ef88142021-02-02 14:34:50 +0100147 ... reboot ${olt_ssh_ip} ${olt_user} ${olt_pass} prompt=#
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800148 Run Keyword And Ignore Error Collect Logs
149 END
150 FOR ${I} IN RANGE 0 ${num_all_onus}
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530151 ${src}= Set Variable ${hosts.src[${I}]}
152 ${dst}= Set Variable ${hosts.dst[${I}]}
153 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure
154 ... Wait Until Keyword Succeeds 60s 2s
155 ... Check Ping False ${dst['dp_iface_ip_qinq']} ${src['dp_iface_name']}
156 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
157 END
158 # Wait for the OLT to come back up
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800159 FOR ${I} IN RANGE 0 ${olt_count}
160 ${olt_serial_number}= Get From Dictionary ${olt_ids}[${I}] sn
161 ${olt_user}= Get From Dictionary ${list_olts}[${I}] user
162 ${olt_pass}= Get From Dictionary ${list_olts}[${I}] pass
163 ${olt_ssh_ip}= Get From Dictionary ${list_olts}[${I}] sship
164 ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
165 Run Keyword If ${has_dataplane} Wait Until Keyword Succeeds 120s 10s
166 ... Check Remote System Reachability True ${olt_ssh_ip}
167 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 360s 5s
168 ... Validate OLT Device ENABLED ACTIVE
169 ... REACHABLE ${olt_serial_number}
170 END
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530171 # Waiting extra time for the ONUs to come up
172 Sleep 60s
173 Run Keyword And Ignore Error Collect Logs
174 Run Keyword If ${has_dataplane} Clean Up Linux
175 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
176
TorstenThiemeed3332f2021-02-02 10:30:48 +0000177Verify restart openonu-adapter container after subscriber provisioning for DT
178 [Documentation] Restart openonu-adapter container after VOLTHA is operational.
179 ... Prerequisite : ONUs are authenticated and pingable.
180 [Tags] functionalDt Restart-OpenOnu-Dt
181 [Setup] Start Logging Restart-OpenOnu-Dt
182 [Teardown] Run Keywords Collect Logs
183 ... AND Stop Logging Restart-OpenOnu-Dt
184 ... AND Delete All Devices and Verify
185 # Add OLT device
186 Setup
187 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
188 Run Keyword If ${has_dataplane} Clean Up Linux
189 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
190 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
191 Log ${podStatusOutput}
192 ${countBeforeRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
193 ${podName} Set Variable adapter-open-onu
194 Wait Until Keyword Succeeds ${timeout} 15s Delete K8s Pods By Label ${NAMESPACE} app ${podName}
195 Sleep 5s
196 Wait Until Keyword Succeeds ${timeout} 2s Validate Pods Status By Label ${NAMESPACE}
197 ... app ${podName} Running
198 # Wait for 1 min after openonu adapter is restarted
199 Sleep 60s
200 Run Keyword If ${has_dataplane} Clean Up Linux
201 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
202 Run Keyword and Ignore Error Collect Logs
203 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
204 Log ${podStatusOutput}
205 ${countAfterRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
206 Should Be Equal As Strings ${countAfterRestart} ${countBeforeRestart}
207 Log to console Pod ${podName} restarted and sanity checks passed successfully
208
Hardik Windlass9df139e2020-04-24 14:54:54 +0530209Verify restart openolt-adapter container after subscriber provisioning for DT
210 [Documentation] Restart openolt-adapter container after VOLTHA is operational.
211 ... Prerequisite : ONUs are authenticated and pingable.
212 [Tags] functionalDt Restart-OpenOlt-Dt
213 [Setup] Start Logging Restart-OpenOlt-Dt
214 [Teardown] Run Keywords Collect Logs
215 ... AND Stop Logging Restart-OpenOlt-Dt
216 # Add OLT device
217 setup
218 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
219 Run Keyword If ${has_dataplane} Clean Up Linux
220 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
Hardik Windlass9df139e2020-04-24 14:54:54 +0530221 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
222 Log ${podStatusOutput}
223 ${countBforRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
Andrea Campanella3dcce272021-01-15 16:04:47 +0100224 ${podName} Set Variable ${OLT_ADAPTER_APP_LABEL}
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530225 Wait Until Keyword Succeeds ${timeout} 15s Delete K8s Pods By Label ${NAMESPACE} app ${podName}
226 Sleep 5s
227 Wait Until Keyword Succeeds ${timeout} 2s Validate Pods Status By Label ${NAMESPACE}
228 ... app ${podName} Running
TorstenThiemeed3332f2021-02-02 10:30:48 +0000229 # Wait for 1 min after openolt adapter is restarted
Hardik Windlass9df139e2020-04-24 14:54:54 +0530230 Sleep 60s
231 Run Keyword If ${has_dataplane} Clean Up Linux
232 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
233 Run Keyword and Ignore Error Collect Logs
234 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
235 Log ${podStatusOutput}
236 ${countAfterRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
237 Should Be Equal As Strings ${countAfterRestart} ${countBforRestart}
238 Log to console Pod ${podName} restarted and sanity checks passed successfully
239
240Verify openolt adapter restart before subscriber provisioning for DT
241 [Documentation] Deploys an device instance and waits for it to authenticate. After
242 ... authentication is successful the rw-core deployment is scaled to 0 instances to
243 ... simulate a POD crash. The test then scales the rw-core back to a single instance
244 ... and configures ONOS for access. The test succeeds if the device is able to
245 ... complete the DHCP sequence.
246 [Tags] functionalDt olt-adapter-restart-Dt
247 [Setup] Start Logging OltAdapterRestart-Dt
248 #... AND Clear All Devices Then Create New Device
249 [Teardown] Run Keywords Collect Logs
250 ... AND Stop Logging OltAdapterRestart-Dt
251 # Add OLT and perform sanity test
252 #setup
253 Run Keyword If ${has_dataplane} Clean Up Linux
254 #Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test
255 Set Global Variable ${of_id}
256
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800257 FOR ${I} IN RANGE 0 ${num_all_onus}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530258 ${src}= Set Variable ${hosts.src[${I}]}
259 ${dst}= Set Variable ${hosts.dst[${I}]}
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800260 ${of_id}= Get ofID From OLT List ${src['olt']}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530261 ${onu_device_id}= Get Device ID From SN ${src['onu']}
262 ${onu_port}= Wait Until Keyword Succeeds ${timeout} 2s Get ONU Port in ONOS ${src['onu']}
263 ... ${of_id}
264 # Bring up the device and verify it authenticates
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700265 Wait Until Keyword Succeeds 360s 5s Validate Device ENABLED ACTIVE REACHABLE
Hardik Windlass9df139e2020-04-24 14:54:54 +0530266 ... ${onu_device_id} onu=True onu_reason=omci-flows-pushed
267 END
268 # Scale down the open OLT adapter deployment to 0 PODs and once confirmed, scale it back to 1
Andrea Campanella3dcce272021-01-15 16:04:47 +0100269 Scale K8s Deployment by Pod Label ${NAMESPACE} app ${OLT_ADAPTER_APP_LABEL} 0
270 Wait Until Keyword Succeeds ${timeout} 2s Pods Do Not Exist By Label ${NAMESPACE} app
271 ... ${OLT_ADAPTER_APP_LABEL}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530272 # Scale up the open OLT adapter deployment and make sure both it and the ofagent deployment are back
Andrea Campanella3dcce272021-01-15 16:04:47 +0100273 Scale K8s Deployment by Pod Label ${NAMESPACE} app ${OLT_ADAPTER_APP_LABEL} 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530274 Wait Until Keyword Succeeds ${timeout} 2s
Andrea Campanella3dcce272021-01-15 16:04:47 +0100275 ... Check Expected Available Deployment Replicas By Pod Label ${NAMESPACE} app ${OLT_ADAPTER_APP_LABEL} 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530276
277 # Ensure the device is available in ONOS, this represents system connectivity being restored
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800278 FOR ${I} IN RANGE 0 ${olt_count}
279 ${olt_serial_number}= Get From Dictionary ${olt_ids}[${I}] sn
280 ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
281 ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS
282 ... ${olt_serial_number}
283 Wait Until Keyword Succeeds ${timeout} 2s Device Is Available In ONOS
284 ... http://karaf:karaf@${ONOS_REST_IP}:${ONOS_REST_PORT} ${of_id}
285 END
Hardik Windlass9df139e2020-04-24 14:54:54 +0530286
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800287 FOR ${I} IN RANGE 0 ${num_all_onus}
288 ${src}= Set Variable ${hosts.src[${I}]}
289 ${dst}= Set Variable ${hosts.dst[${I}]}
290 ${of_id}= Get ofID From OLT List ${src['olt']}
291 ${onu_port}= Wait Until Keyword Succeeds ${timeout} 2s Get ONU Port in ONOS ${src['onu']}
292 ... ${of_id}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530293 # Add subscriber access and verify that DHCP completes to ensure system is still functioning properly
294 Wait Until Keyword Succeeds ${timeout} 2s Execute ONOS CLI Command ${ONOS_SSH_IP}
295 ... ${ONOS_SSH_PORT} volt-add-subscriber-access ${of_id} ${onu_port}
296 # Verify subscriber access flows are added for the ONU port
297 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
298 ... Verify Subscriber Access Flows Added For ONU DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id}
299 ... ${onu_port} ${nni_port} ${src['s_tag']}
300 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure Validate DHCP and Ping True
301 ... True ${src['dp_iface_name']} ${src['s_tag']} ${src['c_tag']} ${dst['dp_iface_ip_qinq']}
302 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
303 ... ${dst['dp_iface_name']} ${dst['ip']} ${dst['user']} ${dst['pass']} ${dst['container_type']}
304 ... ${dst['container_name']}
305 END
306
307Verify restart ofagent container after subscriber is provisioned for DT
308 [Documentation] Restart ofagent container after VOLTHA is operational.
309 ... Prerequisite : ONUs are authenticated and pingable.
310 [Tags] functionalDt ofagentRestart-Dt
311 [Setup] Start Logging ofagentRestart-Dt
312 [Teardown] Run Keywords Collect Logs
313 ... AND Stop Logging ofagentRestart-Dt
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530314 ... AND Scale K8s Deployment ${NAMESPACE} voltha-voltha-ofagent 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530315 # set timeout value
316 ${waitforRestart} Set Variable 120s
317 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
318 Log ${podStatusOutput}
319 ${countBforRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
320 ${podName} Set Variable ofagent
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530321 Wait Until Keyword Succeeds ${timeout} 15s Delete K8s Pods By Label ${NAMESPACE} app ${podName}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530322 Sleep 60s
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530323 Wait Until Keyword Succeeds ${timeout} 2s Validate Pods Status By Label ${NAMESPACE}
324 ... app ${podName} Running
Hardik Windlass9df139e2020-04-24 14:54:54 +0530325 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
326 Run Keyword If ${has_dataplane} Clean Up Linux
327 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
328 ${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
329 Log ${podStatusOutput}
330 ${countAfterRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l
331 Should Be Equal As Strings ${countAfterRestart} ${countBforRestart}
332 # Scale Down the Of-Agent Deployment
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530333 Scale K8s Deployment ${NAMESPACE} voltha-voltha-ofagent 0
Hardik Windlass9df139e2020-04-24 14:54:54 +0530334 Sleep 30s
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800335 FOR ${I} IN RANGE 0 ${num_all_onus}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530336 ${src}= Set Variable ${hosts.src[${I}]}
337 ${dst}= Set Variable ${hosts.dst[${I}]}
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800338 ${of_id}= Get ofID From OLT List ${src['olt']}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530339 Run Keyword and Ignore Error Collect Logs
340 ${onu_device_id}= Get Device ID From SN ${src['onu']}
341 ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s
342 ... Get ONU Port in ONOS ${src['onu']} ${of_id}
343 # Verify ONU state in voltha
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700344 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 360s 5s Validate Device
Hardik Windlass9df139e2020-04-24 14:54:54 +0530345 ... ENABLED ACTIVE REACHABLE
346 ... ${src['onu']} onu=True onu_reason=omci-flows-pushed
347 # Check ONU port is Disabled in ONOS
348 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 120s 2s
Suchitra Vemuri760bdd32020-06-17 12:34:48 -0700349 ... Verify ONU Port Is Disabled ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${src['onu']}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530350 # Verify subscriber access flows are added for the ONU port
351 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
352 ... Verify Subscriber Access Flows Added For ONU DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id}
353 ... ${onu_port} ${nni_port} ${src['s_tag']}
354 # Verify Ping
355 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure Check Ping True
356 ... ${dst['dp_iface_ip_qinq']} ${src['dp_iface_name']} ${src['ip']}
357 ... ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
358 Run Keyword and Ignore Error Get Device Output from Voltha ${onu_device_id}
359 Run Keyword and Ignore Error Collect Logs
360 END
361 # Scale Up the Of-Agent Deployment
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530362 Scale K8s Deployment ${NAMESPACE} voltha-voltha-ofagent 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530363 Wait Until Keyword Succeeds ${waitforRestart} 2s Validate Pod Status ofagent ${NAMESPACE}
364 ... Running
365 # Performing Sanity Test to make sure subscribers are all DHCP and pingable
366 Run Keyword If ${has_dataplane} Clean Up Linux
367 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
368 Log to console Pod ${podName} restarted and sanity checks passed successfully
369
370Sanity E2E Test for OLT/ONU on POD With Core Fail and Restart for DT
371 [Documentation] Deploys an device instance and waits for it to authenticate. After
372 ... authentication is successful the rw-core deployment is scaled to 0 instances to
373 ... simulate a POD crash. The test then scales the rw-core back to a single instance
374 ... and configures ONOS for access. The test succeeds if the device is able to
375 ... complete the DHCP sequence.
376 [Tags] functionalDt rwcore-restart-Dt
377 [Setup] Run Keywords Start Logging RwCoreFailAndRestart-Dt
378 ... AND Clear All Devices Then Create New Device
379 [Teardown] Run Keywords Collect Logs
380 ... AND Stop Logging RwCoreFailAndRestart-Dt
381 #... AND Delete Device and Verify
382 Run Keyword and Ignore Error Collect Logs
383 Run Keyword If ${has_dataplane} Clean Up Linux
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800384 FOR ${I} IN RANGE 0 ${olt_count}
385 ${olt_serial_number}= Get From Dictionary ${olt_ids}[${I}] sn
386 ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
387 ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS
388 ... ${olt_serial_number}
389 ${nni_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s
390 ... Get NNI Port in ONOS ${of_id}
391 # Set Global Variable ${nni_port}
392 END
393 FOR ${I} IN RANGE 0 ${num_all_onus}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530394 ${src}= Set Variable ${hosts.src[${I}]}
395 ${dst}= Set Variable ${hosts.dst[${I}]}
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800396 ${of_id}= Get ofID From OLT List ${src['olt']}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530397 ${onu_device_id}= Get Device ID From SN ${src['onu']}
398 ${onu_port}= Wait Until Keyword Succeeds ${timeout} 2s Get ONU Port in ONOS ${src['onu']}
399 ... ${of_id}
400 # Bring up the device and verify it authenticates
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700401 Wait Until Keyword Succeeds 360s 5s Validate Device ENABLED ACTIVE REACHABLE
Hardik Windlass9df139e2020-04-24 14:54:54 +0530402 ... ${onu_device_id} onu=True onu_reason=initial-mib-downloaded
403 END
404
405 # Scale down the rw-core deployment to 0 PODs and once confirmed, scale it back to 1
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530406 Scale K8s Deployment voltha voltha-voltha-rw-core 0
407 Wait Until Keyword Succeeds ${timeout} 2s Pod Does Not Exist voltha voltha-voltha-rw-core
Hardik Windlass9df139e2020-04-24 14:54:54 +0530408 # Ensure the ofagent POD goes "not-ready" as expected
409 Wait Until keyword Succeeds ${timeout} 2s
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530410 ... Check Expected Available Deployment Replicas voltha voltha-voltha-ofagent 0
Hardik Windlass9df139e2020-04-24 14:54:54 +0530411 # Scale up the core deployment and make sure both it and the ofagent deployment are back
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530412 Scale K8s Deployment voltha voltha-voltha-rw-core 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530413 Wait Until Keyword Succeeds ${timeout} 2s
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530414 ... Check Expected Available Deployment Replicas voltha voltha-voltha-rw-core 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530415 Wait Until Keyword Succeeds ${timeout} 2s
Hardik Windlass79b40ff2020-06-11 22:55:47 +0530416 ... Check Expected Available Deployment Replicas voltha voltha-voltha-ofagent 1
Hardik Windlass9df139e2020-04-24 14:54:54 +0530417 # For some reason scaling down and up the POD behind a service causes the port forward to stop working,
418 # so restart the port forwarding for the API service
David Bainbridge07321ff2020-06-12 13:55:42 -0700419 Restart VOLTHA Port Forward voltha-api
Hardik Windlass9df139e2020-04-24 14:54:54 +0530420 # Ensure that the ofagent pod is up and ready and the device is available in ONOS, this
421 # represents system connectivity being restored
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800422 FOR ${I} IN RANGE 0 ${olt_count}
423 ${olt_serial_number}= Get From Dictionary ${olt_ids}[${I}] sn
424 ${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
425 ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS
426 ... ${olt_serial_number}
427 Wait Until Keyword Succeeds ${timeout} 2s Device Is Available In ONOS
428 ... http://karaf:karaf@${ONOS_REST_IP}:${ONOS_REST_PORT} ${of_id}
429 END
Hardik Windlass9df139e2020-04-24 14:54:54 +0530430
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800431 FOR ${I} IN RANGE 0 ${num_all_onus}
Andy Bavier52094622020-05-12 15:54:24 -0700432 ${src}= Set Variable ${hosts.src[${I}]}
433 ${dst}= Set Variable ${hosts.dst[${I}]}
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800434 ${of_id}= Get ofID From OLT List ${src['olt']}
Andy Bavier52094622020-05-12 15:54:24 -0700435 ${onu_port}= Wait Until Keyword Succeeds ${timeout} 2s Get ONU Port in ONOS ${src['onu']}
436 ... ${of_id}
Hardik Windlass9df139e2020-04-24 14:54:54 +0530437 # Add subscriber access and verify that DHCP completes to ensure system is still functioning properly
438 Wait Until Keyword Succeeds ${timeout} 2s Execute ONOS CLI Command ${ONOS_SSH_IP}
439 ... ${ONOS_SSH_PORT} volt-add-subscriber-access ${of_id} ${onu_port}
440 # Verify subscriber access flows are added for the ONU port
441 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
442 ... Verify Subscriber Access Flows Added For ONU DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id}
443 ... ${onu_port} ${nni_port} ${src['s_tag']}
444 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure Validate DHCP and Ping True
445 ... True ${src['dp_iface_name']} ${src['s_tag']} ${src['c_tag']} ${dst['dp_iface_ip_qinq']}
446 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
447 ... ${dst['dp_iface_name']} ${dst['ip']} ${dst['user']} ${dst['pass']} ${dst['container_type']}
448 ... ${dst['container_name']}
449 END
450
Hemadf003682020-04-28 21:22:22 +0530451Verify OLT Soft Reboot for DT
452 [Documentation] Test soft reboot of the OLT using voltctl command
453 [Tags] VOL-2818 OLTSoftRebootDt notready
454 [Setup] Start Logging OLTSoftRebootDt
455 #... AND Setup
456 [Teardown] Run Keywords Collect Logs
457 ... AND Stop Logging OLTSoftRebootDt
458 #... AND Delete Device and Verify
Hemadf003682020-04-28 21:22:22 +0530459 # Reboot the OLT using "voltctl device reboot" command
460 Reboot Device ${olt_device_id}
461 Run Keyword And Ignore Error Collect Logs
462 #Verify that ping fails
463 FOR ${I} IN RANGE 0 ${num_onus}
464 ${src}= Set Variable ${hosts.src[${I}]}
465 ${dst}= Set Variable ${hosts.dst[${I}]}
466 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure
467 ... Wait Until Keyword Succeeds 60s 2s
468 ... Check Ping False ${dst['dp_iface_ip_qinq']} ${src['dp_iface_name']}
469 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
470 END
471 # Wait for the OLT to come back up
472 Run Keyword If ${has_dataplane} Wait Until Keyword Succeeds 120s 10s
Suchitra Vemurib7253a52020-07-14 22:35:17 -0700473 ... Check Remote System Reachability True ${olt_ssh_ip}
Hemadf003682020-04-28 21:22:22 +0530474 # Waiting extra time for the ONUs to come up
475 Sleep 60s
476 # Check OLT states
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700477 Wait Until Keyword Succeeds 360s 5s Validate OLT Device ENABLED ACTIVE REACHABLE
Hemadf003682020-04-28 21:22:22 +0530478 ... ${olt_serial_number}
479 Run Keyword And Ignore Error Collect Logs
480 #Check after reboot that ONUs are active, DHCP and pingable
481 Run Keyword If ${has_dataplane} Clean Up Linux
482 Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test DT
483
Hema8c1a0322020-05-26 16:02:32 +0530484Verify ONU Soft Reboot for DT
485 [Documentation] Test soft reboot of the ONU using voltctl command
486 [Tags] VOL-2820 ONUSoftRebootDt notready
487 [Setup] Start Logging ONUSoftRebootDt
488 #... AND Setup
489 [Teardown] Run Keywords Collect Logs
490 ... AND Stop Logging ONUSoftRebootDt
491 #... AND Delete Device and Verify
Hema8c1a0322020-05-26 16:02:32 +0530492 #Reboot the ONU and verify that ping fails
493 FOR ${I} IN RANGE 0 ${num_onus}
494 ${src}= Set Variable ${hosts.src[${I}]}
495 ${dst}= Set Variable ${hosts.dst[${I}]}
496 ${onu_device_id}= Get Device ID From SN ${src['onu']}
497 ${onu_port}= Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2s
498 ... Get ONU Port in ONOS ${src['onu']} ${of_id}
499 Reboot Device ${onu_device_id}
500 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure
501 ... Wait Until Keyword Succeeds 60s 2s
502 ... Check Ping False ${dst['dp_iface_ip_qinq']} ${src['dp_iface_name']}
503 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
504 Verify ping is succesful except for given device ${num_onus} ${onu_device_id}
505 # Remove Subscriber Access (To replicate DT workflow)
506 Wait Until Keyword Succeeds ${timeout} 2s Execute ONOS CLI Command ${ONOS_SSH_IP}
507 ... ${ONOS_SSH_PORT} volt-remove-subscriber-access ${of_id} ${onu_port}
508 # Delete ONU Device (To replicate DT workflow)
509 Delete Device ${onu_device_id}
510 Sleep 40s
511 # Check ONU port is Enabled in ONOS
512 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 120s 2s
Suchitra Vemuri760bdd32020-06-17 12:34:48 -0700513 ... Verify ONU Port Is Enabled ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${src['onu']}
Hema8c1a0322020-05-26 16:02:32 +0530514 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 2
515 ... Execute ONOS CLI Command ${ONOS_SSH_IP} ${ONOS_SSH_PORT}
516 ... volt-add-subscriber-access ${of_id} ${onu_port}
517 # Verify ONU state in voltha
Suchitra Vemuricdc32d82020-07-17 12:24:46 -0700518 Run Keyword And Continue On Failure Wait Until Keyword Succeeds 360s 5s Validate Device
Hema8c1a0322020-05-26 16:02:32 +0530519 ... ENABLED ACTIVE REACHABLE
520 ... ${src['onu']} onu=True onu_reason=omci-flows-pushed
521 # Verify subscriber access flows are added for the ONU port
522 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
523 ... Verify Subscriber Access Flows Added For ONU DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${of_id}
524 ... ${onu_port} ${nni_port} ${src['s_tag']}
525 #Run Keyword If ${has_dataplane} Clean Up Linux
526 Run Keyword If ${has_dataplane} Run Keyword And Continue On Failure Validate DHCP and Ping True
527 ... True ${src['dp_iface_name']} ${src['s_tag']} ${src['c_tag']} ${dst['dp_iface_ip_qinq']}
528 ... ${src['ip']} ${src['user']} ${src['pass']} ${src['container_type']} ${src['container_name']}
529 ... ${dst['dp_iface_name']} ${dst['ip']} ${dst['user']} ${dst['pass']} ${dst['container_type']}
530 ... ${dst['container_name']}
531 Run Keyword And Ignore Error Collect Logs
532 END
533 # Verify ONOS Flows
534 # Number of Access Flows on ONOS equals 4 * the Number of Active ONUs (2 for each downstream and upstream)
535 ${onos_flows_count}= Evaluate 4 * ${num_onus}
536 Run Keyword And Continue On Failure Wait Until Keyword Succeeds ${timeout} 5s
537 ... Verify Subscriber Access Flows Added Count DT ${ONOS_SSH_IP} ${ONOS_SSH_PORT}
538 ... ${of_id} ${onos_flows_count}
539 # Verify VOLTHA Flows
540 # Number of per OLT Flows equals Twice the Number of Active ONUs (each for downstream and upstream) + 1 for LLDP
541 ${olt_flows}= Evaluate 2 * ${num_onus} + 1
542 # Number of per ONU Flows equals 2 (one each for downstream and upstream)
543 ${onu_flows}= Set Variable 2
544 Run Keyword Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Flows ${olt_flows}
545 ${List_ONU_Serial} Create List
546 Set Suite Variable ${List_ONU_Serial}
547 Build ONU SN List ${List_ONU_Serial}
548 Log ${List_ONU_Serial}
549 Run Keyword Wait Until Keyword Succeeds ${timeout} 5s Validate ONU Flows
550 ... ${List_ONU_Serial} ${onu_flows}
Hemadf003682020-04-28 21:22:22 +0530551
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530552*** Keywords ***
553Setup Suite
554 [Documentation] Set up the test suite
555 Common Test Suite Setup
Andrea Campanella15619c72020-04-30 09:48:04 +0200556 #power_switch.robot needs it to support different vendor's power switch
557 ${switch_type}= Get Variable Value ${web_power_switch.type}
558 Run Keyword If "${switch_type}"!="" Set Global Variable ${powerswitch_type} ${switch_type}
Hardik Windlassb9bdd502020-04-17 14:46:21 +0530559
560Clear All Devices Then Create New Device
561 [Documentation] Remove any devices from VOLTHA and ONOS
562 # Remove all devices from voltha and nos
563 Delete All Devices and Verify
564 # Execute normal test Setup Keyword
565 Setup
566