BGP: Increase data change counter readiness timeout 05/37805/4
authorVratko Polak <vrpolak@cisco.com>
Tue, 19 Apr 2016 16:45:46 +0000 (18:45 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 3 May 2016 16:05:13 +0000 (16:05 +0000)
In -all- jobs, it may take around 90 seconds after ipv4 topology is ready
till 50-topology-data-change-counter.xml is applied.

This Change increases the timeout from 60 seconds to 180 seconds.

Change-Id: I5e8915a08c6f99b7f89235309628b3f51d5abee8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/bgpcep/bgpingest/manypeers_changecount.robot
csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot

index afed3ad3a614568962c0296f0256f27bde941c5c..366cce1c71dc550b1d27c136e21e506bd8233a0e 100644 (file)
@@ -104,7 +104,7 @@ Reconfigure_ODL_To_Accept_Connections
 
 Wait_For_Data_Change_Counter_Ready
     [Documentation]    Data change counter might have been slower to start than ipv4 topology, wait for it.
-    BuiltIn.Wait_Until_Keyword_Succeeds    60s    1s    ChangeCounter.Get_Change_Count
+    BuiltIn.Wait_Until_Keyword_Succeeds    180s    1s    ChangeCounter.Get_Change_Count
 
 Reconfigure_Data_Change_Counter
     [Documentation]    Configure data change counter to count transactions in example-ipv4-topology instead of example-linkstate-topology.
index 1adea99aa3d7dd29b993a11145b62e6ce87a8337..846ad4aee078114ef9fb0f814ef1b0d4619d1600 100644 (file)
@@ -88,7 +88,7 @@ Reconfigure_ODL_To_Accept_Connection
 
 Wait_For_Data_Change_Counter_Ready
     [Documentation]    Data change counter might have been slower to start than ipv4 topology, wait for it.
-    BuiltIn.Wait_Until_Keyword_Succeeds    60s    1s    ChangeCounter.Get_Change_Count
+    BuiltIn.Wait_Until_Keyword_Succeeds    180s    1s    ChangeCounter.Get_Change_Count
 
 Reconfigure_Data_Change_Counter
     [Documentation]    Configure data change counter to count transactions in example-ipv4-topology instead of example-linkstate-topology.