| Index: client/site_tests/login_RemoteLogin/login_RemoteLogin.py
|
| diff --git a/client/site_tests/login_RemoteLogin/login_RemoteLogin.py b/client/site_tests/login_RemoteLogin/login_RemoteLogin.py
|
| index 07b34dd4dc7032fbea32e55838e0179efe6e8c26..6928ccaf5a1ce1dbf6802bb78d2f231d4d2dd73a 100644
|
| --- a/client/site_tests/login_RemoteLogin/login_RemoteLogin.py
|
| +++ b/client/site_tests/login_RemoteLogin/login_RemoteLogin.py
|
| @@ -4,12 +4,16 @@
|
|
|
| import time
|
| from autotest_lib.client.common_lib import error
|
| -from autotest_lib.client.cros import login, ui_test
|
| +from autotest_lib.client.cros import cros_ui_test, login
|
|
|
| -class login_RemoteLogin(ui_test.UITest):
|
| +class login_RemoteLogin(cros_ui_test.UITest):
|
| version = 1
|
|
|
|
|
| + def initialize(self, creds = '$default'):
|
| + cros_ui_test.UITest.initialize(self, creds)
|
| +
|
| +
|
| def start_authserver(self):
|
| pass
|
|
|
|
|