Home | History | Annotate | Download | only in platform_Pkcs11Events
      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 = "Chromium OS Authors"
      6 NAME = "platform_Pkcs11Events"
      7 PURPOSE = "Tests the response of the PKCS #11 system to login events."
      8 CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events."
      9 ATTRIBUTES = "suite:regression"
     10 TIME = "SHORT"
     11 TEST_CATEGORY = "Stress"
     12 TEST_CLASS = "platform"
     13 TEST_TYPE = "client"
     14 
     15 DOC = """
     16 This tests the response of the PKCS #11 system to login events.
     17 """
     18 
     19 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
     20