From 73e890301156cadeb3f347dc32bc0e5c1e2b2adf Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 23 Jan 2019 09:05:00 +0100 Subject: [PATCH] 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 --- csit/suites/sxp/basic/040_SSL_Passwords.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6