1 # Copyright 2018 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "allenwebb" 6 NAME = "platform_CryptohomeLECredentialManager" 7 PURPOSE = "Validate PinWeaver functionality on Cr50" 8 ATTRIBUTES = "" 9 TIME = "SHORT" 10 TEST_CLASS = "platform" 11 TEST_TYPE = "client" 12 13 DOC = """ 14 Test the functionality of le_credential_manager. This feature handles 15 low entropy credentials such as PINs and uses Cr50 to exchange the low 16 entropy credential for a high entropy credential while enforcing limits 17 on how often attempts can be made. The high entropy credential is needed 18 to mount the user's home directory. 19 """ 20 21 job.run_test('platform_CryptohomeLECredentialManager') 22