Correct Login lib from Builtin to SSHLibrary 29/57229/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 17 May 2017 03:50:59 +0000 (20:50 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 17 May 2017 03:50:59 +0000 (20:50 -0700)
Change-Id: I0ef2a6a55c8fada1ce66ccd432e462928a1b0a5f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/KarafKeywords.robot

index e9260d0e844c754ae75f87450176e7801c302f1c..deaa0387d7a614054bd24750b4ae440e9d9ca37b 100644 (file)
@@ -199,7 +199,7 @@ Wait_For_Karaf_Log
     # "Flexible SSH Login" keyword from the patch above (45596) was failing.
     BuiltIn.Log    Waiting for '${message}' in karaf log
     SSHLibrary.Open_Connection    ${ODL_SYSTEM_IP}    port=${KARAF_SHELL_PORT}    prompt=${KARAF_PROMPT}    timeout=${timeout}
-    BuiltIn.Login    ${KARAF_USER}    ${KARAF_PASSWORD}    loglevel=${loglevel}
+    SSHLibrary.Login    ${KARAF_USER}    ${KARAF_PASSWORD}    loglevel=${loglevel}
     SSHLibrary.Write    log:tail
     SSHLibrary.Read_Until    ${message}
     SSHLibrary.Close_Connection