From 9481d21ef0f8ae7747d78de305c41ee7850c24f7 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 10 Sep 2019 09:45:24 -0700 Subject: [PATCH] Increase WUKS timeout due to change of behavior See details in OPNFLWPLUG-1074 Change-Id: Idf8ad74a232f42878f12c5f94466bc5660a29dd3 Signed-off-by: Luis Gomez --- csit/libraries/FlowLib.robot | 1 + csit/libraries/WorkflowsOpenFlow.robot | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csit/libraries/FlowLib.robot b/csit/libraries/FlowLib.robot index 399789d13f..e65a04a32f 100644 --- a/csit/libraries/FlowLib.robot +++ b/csit/libraries/FlowLib.robot @@ -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 diff --git a/csit/libraries/WorkflowsOpenFlow.robot b/csit/libraries/WorkflowsOpenFlow.robot index ab72523935..6946862856 100644 --- a/csit/libraries/WorkflowsOpenFlow.robot +++ b/csit/libraries/WorkflowsOpenFlow.robot @@ -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} -- 2.36.6