HomeSort by relevance Sort by last modified time
    Searched refs:allow_fail (Results 1 - 23 of 23) 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.stop_service("ui", ignore_status=allow_fail)
98 def start(allow_fail=False, wait_for_login_prompt=True):
101 result = utils.start_service("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())
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 21 if cryptohome.is_guest_vault_mounted(allow_fail=True):
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 35 if cryptohome.is_permanent_vault_mounted(test_user, allow_fail=True):
  /external/autotest/client/site_tests/login_GuestAndActualSession/
login_GuestAndActualSession.py 53 cros_ui.stop(allow_fail=True)
54 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 67 cros_ui.stop(allow_fail=True)
68 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_SameSessionTwice/
login_SameSessionTwice.py 46 cros_ui.stop(allow_fail=True)
47 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_CryptohomeDataLeak/
login_CryptohomeDataLeak.py 36 if cryptohome.is_vault_mounted(user=username, allow_fail=True):
  /external/autotest/client/site_tests/policy_DeviceEphemeralUsersEnabled/
policy_DeviceEphemeralUsersEnabled.py 24 user=enterprise_policy_base.USERNAME, allow_fail=True)
  /external/autotest/client/site_tests/login_MultipleSessions/
login_MultipleSessions.py 82 cros_ui.stop(allow_fail=True)
83 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 88 cros_ui.stop(allow_fail=True)
91 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 74 cros_ui.stop(allow_fail=True)
76 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_Cryptohome/
login_Cryptohome.py 28 allow_fail=True):
  /external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
login_CryptohomeOwnerQuery.py 50 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/bin/
vm_sanity.py 67 cryptohome.is_vault_mounted(user=cr.username, allow_fail=False)
99 if cryptohome.is_guest_vault_mounted(allow_fail=True):
  /external/autotest/client/site_tests/desktopui_ChromeSanity/
desktopui_ChromeSanity.py 60 allow_fail=False):
  /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
platform_SessionManagerBlockDevmodeSetting.py 65 cros_ui.stop(allow_fail=True)
  /external/autotest/client/site_tests/enterprise_PowerManagement/
enterprise_PowerManagement.py 146 allow_fail=True),
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
policy_PowerManagementIdleSettings.py 174 allow_fail=True),
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 44 if not cros_ui.stop(allow_fail=True):
391 return cros_ui.start(allow_fail=True, wait_for_login_prompt=False) == 0
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py     [all...]

Completed in 926 milliseconds