Fix multiples found error and update bmcweb regression list

Change-Id: I8adf9b01fdc5cbd3972867d594fadfda2ef75088
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/utils.robot b/lib/utils.robot
index 92f2d98..78c2b5b 100755
--- a/lib/utils.robot
+++ b/lib/utils.robot
@@ -121,7 +121,7 @@
     REST Power On  stack_mode=skip  quiet=1
 
     SSHLibrary.Open Connection  ${os_host}
-    ${resp}=  Login  ${os_username}  ${os_password}
+    ${resp}=  SSHLibrary.Login  ${os_username}  ${os_password}
     [Return]  ${resp}