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