From e49e98166315944e6e39d28bd9596f8627d3787c Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 31 Mar 2016 15:19:56 -0700 Subject: [PATCH] Adding more time to stabilize CPqD tests If this does not help we will consider to remove all CPqD tests from CI. Change-Id: Ic03ebf3c65abe588020f33444bcb5fef589305ab Signed-off-by: Luis Gomez --- .../Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot | 2 +- .../openflowplugin/Groups_Meters_OF13/005__openflow_group.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/suites/openflowplugin/Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot b/csit/suites/openflowplugin/Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot index 91f00bb142..f86184250c 100644 --- a/csit/suites/openflowplugin/Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot +++ b/csit/suites/openflowplugin/Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot @@ -24,7 +24,7 @@ Initialization Phase [Documentation] Starts mininet and verify if topology is in operational ds Start Suite Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} - Wait Until Keyword Succeeds 40s 1s Are Switches Connected Topo + Wait Until Keyword Succeeds 60s 1s Are Switches Connected Topo Final Phase [Documentation] Stops mininet diff --git a/csit/suites/openflowplugin/Groups_Meters_OF13/005__openflow_group.robot b/csit/suites/openflowplugin/Groups_Meters_OF13/005__openflow_group.robot index 23fc3d60f1..3f20fd1b60 100644 --- a/csit/suites/openflowplugin/Groups_Meters_OF13/005__openflow_group.robot +++ b/csit/suites/openflowplugin/Groups_Meters_OF13/005__openflow_group.robot @@ -23,7 +23,7 @@ ${FLOW_NAME} forward Get list of nodes [Documentation] Get the inventory to make sure openflow:1 comes up ${node_list}= Create List openflow:1 - Wait Until Keyword Succeeds 40s 1s Check For Elements At URI ${REST_CONTEXT_OP} ${node_list} + Wait Until Keyword Succeeds 60s 1s Check For Elements At URI ${REST_CONTEXT_OP} ${node_list} Add a group [Documentation] Add a group using RESTCONF -- 2.36.6