HomeSort by relevance Sort by last modified time
    Searched refs:test_user (Results 1 - 13 of 13) 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/ltp/testcases/kernel/syscalls/utimensat/
utimensat_tests.sh 71 sudo $s_arg -u $test_user touch $FILE || return $?
216 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
225 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
238 sudo $s_arg -u $test_user $CMD > $RESULT_FILE
272 test_user=nobody
297 sudo $s_arg -u $test_user mkdir -p $TEST_DIR
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 59 TEST_USER,
93 struct test_user { struct
99 static struct test_user users[USERS_NUM];
205 snprintf(users[TEST_USER].name, MAX_USER_NAME, "%s", tmp_user_name);
317 snprintf(cmd, MAX_CMD_LEN, "%s %s", user_cmd, users[TEST_USER].name);
320 user_cmd, users[TEST_USER].name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poplib.py 177 def test_user(self): member in class:TestPOP3Class
  /external/autotest/tko/
job_serializer_unittest.py 91 def test_user(self): member in class:JobSerializerUnittest
  /external/selinux/python/semanage/
test-semanage.py 182 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 316 milliseconds