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