HomeSort by relevance Sort by last modified time
    Searched refs:test_password (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 20 test_password = 'this_is_a_test_password'
33 cryptohome.mount_vault(test_user, test_password, create=True)
36 if not cryptohome.test_auth(test_user, test_password):
52 if not cryptohome.test_auth(test_user, test_password):
63 cryptohome.mount_vault(test_user, test_password)
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 16 test_password = 'this_is_a_test_password';
25 if not proxy.mount(test_user, test_password, create=True):
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 25 test_password = 'this_is_a_test_password';
41 + ' --password=' + test_password + ' --create')
63 + test_password)
86 + ' --password=' + test_password)
  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 25 test_password = 'this_is_a_test_password'
51 " --password=" + test_password)
81 " --password=" + test_password)
109 " --password=" + test_password)

Completed in 4967 milliseconds