commit | 40ccffb88933cd059d8212a149d7767cefe8aa55 | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik_windlass@infosys.com> | Mon May 11 14:12:07 2020 +0530 |
committer | Hardik Windlass <hardik_windlass@infosys.com> | Mon May 11 14:12:15 2020 +0530 |
tree | cf0fb7b1100f35c7fcb07a1e86e7ba3f5fe27672 | |
parent | 76261d035a7c12288ebfe4509847ad7aa2db8492 [diff] |
DT: ONU Reboot: Added extra sleep for ONU to come up Change-Id: I50a165f14a49884d0888fc15fdc69f29fdfcd280
diff --git a/tests/dt-workflow/Voltha_DT_FailureScenarios.robot b/tests/dt-workflow/Voltha_DT_FailureScenarios.robot index 2fa6030..57ea4ec 100644 --- a/tests/dt-workflow/Voltha_DT_FailureScenarios.robot +++ b/tests/dt-workflow/Voltha_DT_FailureScenarios.robot
@@ -92,6 +92,8 @@ Sleep 5s # Enable Power Switch Enable Switch Outlet ${src['power_switch_port']} + # Waiting extra time for the ONU to come up + Sleep 60s # Check ONU port is Enabled in ONOS Run Keyword And Continue On Failure Wait Until Keyword Succeeds 120s 2s ... Verify ONU Port Is Enabled ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${onu_port}