1# Copyright (c) 2012 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_Pkcs11Events"
7PURPOSE = "Tests the response of the PKCS #11 system to login events."
8CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events."
9ATTRIBUTES = "suite:regression"
10SUITE = "regression"
11TIME = "SHORT"
12TEST_CATEGORY = "Stress"
13TEST_CLASS = "platform"
14TEST_TYPE = "client"
15
16DOC = """
17This tests the response of the PKCS #11 system to login events.
18"""
19
20job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
21