From: Ivan Hrasko Date: Wed, 23 Jan 2019 08:05:00 +0000 (+0100) Subject: SXP: Fix node stop status checking X-Git-Tag: pre-potassium~385 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=73e890301156cadeb3f347dc32bc0e5c1e2b2adf SXP: Fix node stop status checking - use ODL system to check that node has stopped JIRA: SXP-150 Change-Id: I274fb83ae225b87443ee91845950018b04e0a2dc Signed-off-by: Ivan Hrasko --- diff --git a/csit/suites/sxp/basic/040_SSL_Passwords.robot b/csit/suites/sxp/basic/040_SSL_Passwords.robot index 08a5b42cc2..7566269067 100644 --- a/csit/suites/sxp/basic/040_SSL_Passwords.robot +++ b/csit/suites/sxp/basic/040_SSL_Passwords.robot @@ -153,7 +153,7 @@ Setup SXP Environment Local \ ${SSL} BuiltIn.Create Dictionary truststore=${ssl_stores}/csit-truststore-${node} keystore=${ssl_stores}/csit-keystore-${node} password=${password} \ ${rnd_retry_time} = BuiltIn.Evaluate random.randint(1, 5) modules=random \ SxpLib.Add Node 127.0.0.${node} ${EMPTY} ssl_stores=${SSL} retry_open_timer=${rnd_retry_time} - \ BuiltIn.Wait Until Keyword Succeeds 20x 10s SxpLib.Check Node started 127.0.0.${node} + \ BuiltIn.Wait Until Keyword Succeeds 20x 10s SxpLib.Check Node started 127.0.0.${node} system=${ODL_SYSTEM_IP} \ SxpLib.Add Bindings ${node}00 1.1.1.${node}/32 127.0.0.${node} \ SxpLib.Add Bindings ${node}00 2.2.2.${node}/32 127.0.0.${node}