• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14
15DOC = """
16This tests if initialization of a user PKCS #11 token succeeds during login. It
17also tests whether objects stored in the token persist through to a subsequent
18login.
19"""
20
21job.run_test('platform_Pkcs11InitOnLogin')
22