Increase WUKS timeout due to change of behavior 94/84294/6
authorLuis Gomez <ecelgp@gmail.com>
Tue, 10 Sep 2019 16:45:24 +0000 (09:45 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 16 Sep 2019 18:51:11 +0000 (18:51 +0000)
See details in OPNFLWPLUG-1074

Change-Id: Idf8ad74a232f42878f12c5f94466bc5660a29dd3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/libraries/FlowLib.robot
csit/libraries/WorkflowsOpenFlow.robot

index 399789d13ff24136b93ef11c8dfd50b14bebf023..e65a04a32f3663c38042cc0cbedad1766a8f90f3 100644 (file)
@@ -35,6 +35,7 @@ Check Switches In Inventory
     [Documentation]    Check all switches and stats in operational inventory
     : FOR    ${switch}    IN RANGE    1    ${switches+1}
     \    ${resp}    RequestsLibrary.Get Request    session    ${OPERATIONAL_NODES_API}/node/openflow:${switch}
+    \    Log    ${resp.content}
     \    Should Be Equal As Strings    ${resp.status_code}    200
     \    Should Contain    ${resp.content}    flow-capable-node-connector-statistics
     \    Should Contain    ${resp.content}    flow-table-statistics
index ab72523935933a40e594ac07a1224f1885f73576..694686285608b4dfcdd78517cbd2331f4bcc5f84 100644 (file)
@@ -127,7 +127,7 @@ Workflow Full Mesh Topology
     ${status}    ${result}    Run Keyword And Ignore Error    Utils.Verify Controller Has No Null Pointer Exceptions    ${ODL_SYSTEM_IP}
     Return From Keyword If    '${status}' == 'FAIL'    ${status}    Controller has NPE    ${topology_discover_time}
     Log To Console    Checking ${switches} switches
-    ${status}    ${result}    Run Keyword And Ignore Error    Wait Until Keyword Succeeds    10s    2s    FlowLib.Check Switches In Inventory
+    ${status}    ${result}    Run Keyword And Ignore Error    Wait Until Keyword Succeeds    30s    2s    FlowLib.Check Switches In Inventory
     ...    ${switches}
     Return From Keyword If    '${status}' == 'FAIL'    ${status}    Fail checking switch    ${topology_discover_time}
     Log To Console    Check number of links in inventory is ${links}