Home
last modified time | relevance | path

Searched refs:allow_fail (Results 1 – 25 of 25) sorted by relevance

/external/autotest/client/cros/
Dcryptohome.py324 if not is_permanent_vault_mounted(user=user, allow_fail=True):
333 if not is_guest_vault_mounted(allow_fail=True):
380 if user is not None and is_vault_mounted(user, allow_fail=True):
384 def __get_mount_info(mount_point, allow_fail=False): argument
392 ignore_status=allow_fail)
401 def __get_user_mount_info(user, allow_fail=False): argument
410 allow_fail=allow_fail),
412 allow_fail=allow_fail)]
414 def is_vault_mounted(user, regexes=None, allow_fail=False): argument
431 user_mount_info = __get_user_mount_info(user=user, allow_fail=allow_fail)
[all …]
Dcros_ui.py80 status = stop(allow_fail=True)
94 def stop(allow_fail=False): argument
95 return utils.stop_service("ui", ignore_status=allow_fail)
98 def start(allow_fail=False, wait_for_login_prompt=True): argument
101 result = utils.start_service("ui", ignore_status=allow_fail)
129 if stop(allow_fail=not report_stop_failure) != 0:
Downership.py90 cros_ui.stop(allow_fail=not cros_ui.is_up())
/external/autotest/client/site_tests/login_SameSessionTwice/
Dlogin_SameSessionTwice.py46 cros_ui.stop(allow_fail=True)
47 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/site_tests/desktopui_CrashyReboot/
Ddesktopui_CrashyReboot.py49 cros_ui.stop(allow_fail=True)
80 cros_ui.start(allow_fail=True)
/external/autotest/client/site_tests/login_GuestAndActualSession/
Dlogin_GuestAndActualSession.py53 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/
Dlogin_RetrieveActiveSessions.py67 cros_ui.stop(allow_fail=True)
68 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/site_tests/login_MultipleSessions/
Dlogin_MultipleSessions.py82 cros_ui.stop(allow_fail=True)
83 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/site_tests/login_RemoteOwnership/
Dlogin_RemoteOwnership.py74 cros_ui.stop(allow_fail=True)
76 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/site_tests/login_OwnershipApi/
Dlogin_OwnershipApi.py88 cros_ui.stop(allow_fail=True)
91 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/bin/
Dvm_sanity.py67 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/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py21 if cryptohome.is_guest_vault_mounted(allow_fail=True):
/external/autotest/client/site_tests/platform_CryptohomeMount/
Dplatform_CryptohomeMount.py35 if cryptohome.is_permanent_vault_mounted(test_user, allow_fail=True):
/external/autotest/client/site_tests/policy_DeviceEphemeralUsersEnabled/
Dpolicy_DeviceEphemeralUsersEnabled.py24 user=enterprise_policy_base.USERNAME, allow_fail=True)
/external/autotest/client/site_tests/login_CryptohomeDataLeak/
Dlogin_CryptohomeDataLeak.py36 if cryptohome.is_vault_mounted(user=username, allow_fail=True):
/external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
Dplatform_SessionManagerStateKeyGeneration.py19 cros_ui.stop(allow_fail=True)
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dlogin_CryptohomeOwnerQuery.py50 cros_ui.start(allow_fail=True, wait_for_login_prompt=False)
/external/autotest/client/site_tests/login_Cryptohome/
Dlogin_Cryptohome.py28 allow_fail=True):
/external/autotest/client/site_tests/platform_CryptohomeTestAuth/
Dplatform_CryptohomeTestAuth.py48 if cryptohome.is_vault_mounted(user=test_user, allow_fail=True):
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py65 cros_ui.stop(allow_fail=True)
/external/autotest/client/site_tests/desktopui_ChromeSanity/
Ddesktopui_ChromeSanity.py60 allow_fail=False):
/external/autotest/client/site_tests/enterprise_PowerManagement/
Denterprise_PowerManagement.py146 allow_fail=True),
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py44 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/site_tests/policy_PowerManagementIdleSettings/
Dpolicy_PowerManagementIdleSettings.py174 allow_fail=True),
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py987 allow_fail=True):