HomeSort by relevance Sort by last modified time
    Searched refs:allow_fail (Results 1 - 17 of 17) sorted by null

  /external/autotest/client/cros/
cros_ui.py 80 status = stop(allow_fail=True)
94 def stop(allow_fail=False):
95 return utils.system("stop ui", ignore_status=allow_fail)
98 def start(allow_fail=False, wait_for_login_prompt=True):
101 result = utils.system("start ui", ignore_status=allow_fail)
102 # If allow_fail is set, the caller might be calling us when the UI job
129 if stop(allow_fail=not report_stop_failure) != 0:
ownership.py 90 cros_ui.stop(allow_fail=not cros_ui.is_up())
enterprise_policy_base.py 235 allow_fail=True):
  /external/autotest/client/site_tests/login_Cryptohome/
login_Cryptohome.py 25 allow_fail=False):
29 allow_fail=True):
44 allow_fail=False):
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 22 if cryptohome.is_guest_vault_mounted(allow_fail=True):
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 68 cros_ui.stop(allow_fail=True)
69 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_SameSessionTwice/
login_SameSessionTwice.py 47 cros_ui.stop(allow_fail=True)
48 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_MultipleSessions/
login_MultipleSessions.py 87 cros_ui.stop(allow_fail=True)
88 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 78 cros_ui.stop(allow_fail=True)
80 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py 49 cros_ui.stop(allow_fail=True)
80 cros_ui.start(allow_fail=True)
  /external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
login_CryptohomeOwnerQuery.py 53 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 48 if cryptohome.is_vault_mounted(user=test_user, allow_fail=True):
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 108 cros_ui.stop(allow_fail=True)
110 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/enterprise_PowerManagement/
enterprise_PowerManagement.py 96 allow_fail=True),
  /external/autotest/client/site_tests/login_GuestAndActualSession/
login_GuestAndActualSession.py 63 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
platform_SessionManagerBlockDevmodeSetting.py 65 cros_ui.stop(allow_fail=True)
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 44 if not cros_ui.stop(allow_fail=True):
359 return cros_ui.start(allow_fail=True, wait_for_login_prompt=False) == 0

Completed in 352 milliseconds