From 67e35984cc1c25bb8635f97e41239c92405206c6 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Mon, 8 Feb 2016 17:54:34 -0800 Subject: [PATCH] Add more time for CPqD switch in openflow suites Fix in https://bugs.opendaylight.org/show_bug.cgi?id=4614 produces delays in CPqD switch connection (CPqD bug). Change-Id: Ib81901ca522b34136bec898d189aeed8e337a879 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 c86fbfb7ab..91f00bb142 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 10s 1s Are Switches Connected Topo + Wait Until Keyword Succeeds 40s 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 ca767746c0..23fc3d60f1 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 3s 1s Check For Elements At URI ${REST_CONTEXT_OP} ${node_list} + Wait Until Keyword Succeeds 40s 1s Check For Elements At URI ${REST_CONTEXT_OP} ${node_list} Add a group [Documentation] Add a group using RESTCONF -- 2.36.6