20 lines
610 B
Plaintext
20 lines
610 B
Plaintext
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "Chrome OS Team"
|
|
NAME = "platform_CryptohomeTestAuth"
|
|
PURPOSE = "Verify that cryptohome can verify credentials."
|
|
CRITERIA = "This test will fail if cryptohome fails to validate credentials."
|
|
ATTRIBUTES = "suite:bvt-perbuild"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "platform"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This test checks that cryptohome can verify credentials.
|
|
"""
|
|
|
|
job.run_test('platform_CryptohomeTestAuth')
|