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 = "dkrahn"
6NAME = "platform_Pkcs11LoadPerf"
7TIME = "SHORT"
8TEST_CATEGORY = "Performance"
9TEST_CLASS = "platform"
10TEST_TYPE = "client"
11
12DOC = """
13This tests the performance of loading a PKCS #11 token.
14"""
15
16job.run_test('platform_Pkcs11LoadPerf',
17             iterations=3,
18             constraints=['cert_ready_ms < 1500', 'key_ready_ms < 3000'])
19