Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dcryptohome.py351 if not is_permanent_vault_mounted(user=user, allow_fail=True):
360 if not is_guest_vault_mounted(allow_fail=True):
411 if user is not None and is_vault_mounted(user, allow_fail=True):
415 def __get_mount_info(mount_point, allow_fail=False): argument
431 ignore_status=allow_fail)
445 ignore_status=allow_fail)
454 def __get_user_mount_info(user, allow_fail=False): argument
463 allow_fail=allow_fail),
465 allow_fail=allow_fail)]
467 def is_vault_mounted(user, regexes=None, allow_fail=False): argument
[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_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/bin/
Dtelemetry_sanity.py72 cryptohome.is_vault_mounted(user=cr.username, allow_fail=False)
104 if cryptohome.is_guest_vault_mounted(allow_fail=True):
Dvm_sanity.py72 cryptohome.is_vault_mounted(user=cr.username, allow_fail=False)
104 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.py27 user=enterprise_policy_base.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_CryptohomeDataLeak/
Dlogin_CryptohomeDataLeak.py54 if cryptohome.is_vault_mounted(user=username, 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/desktopui_ChromeSanity/
Ddesktopui_ChromeSanity.py60 allow_fail=False):
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py65 cros_ui.stop(allow_fail=True)
/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.py667 allow_fail=True):