From: Ivan Hrasko Date: Tue, 8 Jan 2019 13:10:45 +0000 (+0100) Subject: SXP: Use not random retry time X-Git-Tag: pre-potassium~413 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F79310%2F1;p=integration%2Ftest.git SXP: Use not random retry time Change-Id: I07f7f866af4b0d374e74366e4ba7ce60cd70fd48 Signed-off-by: Ivan Hrasko --- diff --git a/csit/libraries/SxpLib.robot b/csit/libraries/SxpLib.robot index bb5f14cd11..eba1eba36b 100644 --- a/csit/libraries/SxpLib.robot +++ b/csit/libraries/SxpLib.robot @@ -319,8 +319,7 @@ Setup SXP Environment RequestsLibrary.Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} timeout=${DEFAULT_TIMEOUT_HTTP} max_retries=0 : FOR ${num} IN RANGE 1 ${node_range}+1 \ ${node} = Sxp.Get Ip From Number ${num} - \ ${rnd_retry_time} = BuiltIn.Evaluate random.randint(1, 10) modules=random - \ Add Node ${node} retry_open_timer=${rnd_retry_time} + \ Add Node ${node} retry_open_timer=${num} \ BuiltIn.Wait Until Keyword Succeeds 20 1 Check Node Started ${node} system=${ODL_SYSTEM_IP} Check Node Started