Home | History | Annotate | Download | only in platform_Pkcs11ChangeAuthData
      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_Pkcs11ChangeAuthData"
      7 PURPOSE = "Tests changing authorization data for a PKCS #11 token."
      8 CRITERIA = "Fails if token does not correctly change authorization data."
      9 ATTRIBUTES = "suite:experimental"
     10 SUITE= "experimental"
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "Functional"
     13 TEST_CLASS = "platform"
     14 TEST_TYPE = "client"
     15 
     16 DOC = """
     17 This tests changing authorization data for a PKCS #11 token.
     18 """
     19 
     20 job.run_test('platform_Pkcs11ChangeAuthData')
     21