Home
last modified time | relevance | path

Searched refs:test_user (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/platform_CryptohomeTestAuth/
Dplatform_CryptohomeTestAuth.py19 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_CryptohomeMount/
Dplatform_CryptohomeMount.py15 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_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py24 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/
Dplatform_CryptohomeTPMReOwn.py24 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/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh80 sudo $s_arg -u $test_user touch $FILE || return $?
225 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
234 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
247 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
281 test_user=nobody
306 sudo $s_arg -u $test_user mkdir -p $TEST_DIR
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c93 struct test_user { struct
99 static struct test_user users[USERS_NUM]; argument
/external/autotest/tko/
Djob_serializer_unittest.py91 def test_user(self): member in JobSerializerUnittest
/external/python/cpython2/Lib/test/
Dtest_poplib.py177 def test_user(self): member in TestPOP3Class
/external/selinux/python/semanage/
Dtest-semanage.py182 def test_user(self): member in SemanageTests