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