Add more time for CPqD switch in openflow suites 96/34296/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 9 Feb 2016 01:54:34 +0000 (17:54 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 9 Feb 2016 01:54:34 +0000 (17:54 -0800)
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 <ecelgp@gmail.com>
csit/suites/openflowplugin/Flows_Additional_TCs/020_Lithium_Rps_Calls_Cpqd.robot
csit/suites/openflowplugin/Groups_Meters_OF13/005__openflow_group.robot

index c86fbfb7ab87b9fa2791dbec99c9f959ec571dcb..91f00bb142cd0513cf8636e0128deb5a87f9dc6a 100644 (file)
@@ -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
index ca767746c0b422ac2bf999aea1cefa1f8fac5f60..23fc3d60f1731d41a4a08345934252a46f4cf019 100644 (file)
@@ -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