SSHLibrary SSH login conflict fix

Change-Id: I63613790de9e0f69dbbc674cdede9a28767cff36
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/common_utils.robot b/lib/common_utils.robot
index fef4675..33585ef 100755
--- a/lib/common_utils.robot
+++ b/lib/common_utils.robot
@@ -165,7 +165,7 @@
 
     SSHLibrary.Open connection  ${os_host}
 
-    ${status}  ${msg}=  Run Keyword And Ignore Error  Login  ${os_username}
+    ${status}  ${msg}=  Run Keyword And Ignore Error  SSHLibrary.Login  ${os_username}
     ...  ${os_password}
     ${err_msg1}=  Sprint Error  ${msg}
     ${err_msg}=  Catenate  SEPARATOR=  \n  ${err_msg1}