From: Vratko Polak Date: Tue, 19 Apr 2016 16:45:46 +0000 (+0200) Subject: BGP: Increase data change counter readiness timeout X-Git-Tag: release/lithium-sr4~15 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5a1b226ce739e2cd1fe57f55a0d4d7625fd1867d;hp=3d68ed6330cff6b95629613cbbefe0573fad23b2;p=integration%2Ftest.git BGP: Increase data change counter readiness timeout 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 --- diff --git a/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot b/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot index afed3ad3a6..366cce1c71 100644 --- a/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot +++ b/csit/suites/bgpcep/bgpingest/manypeers_changecount.robot @@ -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. diff --git a/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot b/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot index 1adea99aa3..846ad4aee0 100644 --- a/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot +++ b/csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot @@ -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.