OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_user
(Results
1 - 10
of
10
) sorted by null
/external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py
15
test_user
= 'this_is_a_local_test_account@chromium.org';
18
user_hash = cryptohome.get_user_hash(
test_user
)
22
proxy.remove(
test_user
)
25
if not proxy.mount(
test_user
, test_password, create=True):
29
if not proxy.unmount(
test_user
):
33
if proxy.is_mounted(
test_user
):
38
if proxy.mount(
test_user
, incorrect_password):
41
if proxy.is_mounted(
test_user
):
45
if not proxy.remove(
test_user
):
/external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py
19
test_user
= 'this_is_a_local_test_account@chromium.org'
22
user_hash = cryptohome.get_user_hash(
test_user
)
26
cryptohome.unmount_vault(
test_user
)
27
cryptohome.remove_vault(
test_user
)
33
cryptohome.mount_vault(
test_user
, test_password, create=True)
36
if not cryptohome.test_auth(
test_user
, test_password):
41
if cryptohome.test_auth(
test_user
, 'badpass'):
46
cryptohome.unmount_vault(
test_user
)
48
if cryptohome.is_vault_mounted(user=
test_user
, allow_fail=True):
52
if not cryptohome.test_auth(
test_user
, test_password)
[
all
...]
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py
24
test_user
= 'this_is_a_local_test_account@chromium.org';
28
+
test_user
)
33
+
test_user
)
40
cmd = ('/usr/sbin/cryptohome --async --action=mount --user=' +
test_user
62
+
test_user
+ ' --password=' + new_password + ' --old_password='
67
cmd = ('/usr/sbin/cryptohome --async --action=mount --user=' +
test_user
85
cmd = ('/usr/sbin/cryptohome --async --action=mount --user=' +
test_user
95
+
test_user
)
/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py
24
test_user
= 'this_is_a_local_test_account@chromium.org'
36
"--force --user=" +
test_user
)
50
" --user=" +
test_user
+
60
"--action=dump_keyset --user=" +
test_user
)
80
" --user=" +
test_user
+
108
" --user=" +
test_user
+
123
"--action=dump_keyset --user=" +
test_user
)
/external/autotest/tko/
job_serializer_unittest.py
86
def
test_user
(self):
member in class:JobSerializerUnittest
/external/selinux/policycoreutils/semanage/
test-semanage.py
185
def
test_user
(self):
member in class:SemanageTests
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poplib.py
177
def
test_user
(self):
member in class:TestPOP3Class
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poplib.py
177
def
test_user
(self):
member in class:TestPOP3Class
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py
177
def
test_user
(self):
member in class:TestPOP3Class
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py
177
def
test_user
(self):
member in class:TestPOP3Class
Completed in 3345 milliseconds