• 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 = "Chromium OS Authors"
6NAME = "platform_Pkcs11InitUnderErrors"
7PURPOSE = "Tests PKCS#11 initialization under various system states."
8CRITERIA = "Fails if initialization fails under any of the initial states."
9ATTRIBUTES = "suite:regression"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "platform"
13TEST_TYPE = "client"
14
15DOC = """
16This tests PKCS#11 initialization under various kinds of error conditions -
17missing opencryptoki files, corrupted state information, etc.
18"""
19
20job.run_test('platform_Pkcs11InitUnderErrors')
21