1 # Copyright (c) 2011 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 = "dkrahn" 6 NAME = "platform_Pkcs11InitOnLogin" 7 PURPOSE = "Tests PKCS#11 initialization on login" 8 CRITERIA = "Fails if initialization fails during login." 9 TIME = "SHORT" 10 TEST_CATEGORY = "Functional" 11 TEST_CLASS = "platform" 12 TEST_TYPE = "client" 13 ATTRIBUTES = "suite:bvt-perbuild" 14 SUITE = "bvt-perbuild" 15 16 DOC = """ 17 This tests if initialization of a user PKCS #11 token succeeds during login. It 18 also tests whether objects stored in the token persist through to a subsequent 19 login. 20 """ 21 22 job.run_test('platform_Pkcs11InitOnLogin') 23