Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Inrease Validate ONU States timeout inside Test Cleanup
  • Loading branch information
iovacatalin committed Apr 24, 2020
1 parent a476196 commit 835b732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
Expand Up @@ -367,7 +367,7 @@ Test Cleanup
Get ONOS Status ${server_ip}
Log Kubernetes Containers Logs Since Time ${datetime} ${container_list}
Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${ATT_WHITELIST}
Wait Until Keyword Succeeds 30s 2s Validate ONU States UNKNOWN DISABLED ${onu_device}
Wait Until Keyword Succeeds 60s 2s Validate ONU States UNKNOWN DISABLED ${onu_device}
Wait Until Keyword Succeeds 30s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${VOLT_SUBSCRIBER}
Wait Until Keyword Succeeds 60s 2s Validate Subscriber Service Chain ${onu_device} False
Expand Down Expand Up @@ -412,7 +412,7 @@ Update Whitelist with Correct Location
Reset SIAB Environment
Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${VOLT_SUBSCRIBER}
Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${ATT_WHITELIST}
Wait Until Keyword Succeeds 30s 2s Validate ONU States UNKNOWN DISABLED ${onu_device}
Wait Until Keyword Succeeds 60s 2s Validate ONU States UNKNOWN DISABLED ${onu_device}
Wait Until Keyword Succeeds 30s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
Restart RG Pod
Wait Until Keyword Succeeds 60s 2s Create Subscriber
Expand Down

0 comments on commit 835b732

Please sign in to comment.