From: Tom Pantelis Date: Mon, 19 Nov 2018 16:27:46 +0000 (-0500) Subject: Lower Chasing_The_Leader rate threshold X-Git-Tag: pre-potassium~461 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8eb8d66be923168463c941c79648c1a388eadd41;p=integration%2Ftest.git Lower Chasing_The_Leader rate threshold With the rate threshold set at 50, this test fails frequently. Not sure why that threshold was picked but lowered it to 10. Looking at past runs, the actual rate fluctuates anywhere between 20-80, which is indicative of the unpredictablity of load in the CS environment as the related production code is mostly network I/O bound. Change-Id: Id579c9553e0e48c85c039de5fddb0d1e56a5f2e6 Signed-off-by: Tom Pantelis --- diff --git a/csit/suites/controller/cluster_singleton/chasing_the_leader.robot b/csit/suites/controller/cluster_singleton/chasing_the_leader.robot index fcdc5b8f67..ad7620b4be 100644 --- a/csit/suites/controller/cluster_singleton/chasing_the_leader.robot +++ b/csit/suites/controller/cluster_singleton/chasing_the_leader.robot @@ -21,7 +21,7 @@ Resource ${CURDIR}/../../../libraries/SetupUtils.robot *** Variables *** ${TEST_DURATION} 1m -${ACCEPTED_PER_SEC_RATE} 50 +${ACCEPTED_PER_SEC_RATE} 10 # TODO: Use a better wait to start testing when ODL does not use CPU for initializing features. Then inrease rate to 100. *** Test Cases ***