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 = "Chrome OS Team" 6NAME = "platform_CryptohomeTestAuth" 7PURPOSE = "Verify that cryptohome can verify credentials." 8CRITERIA = "This test will fail if cryptohome fails to validate credentials." 9ATTRIBUTES = "suite:bvt-perbuild" 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "platform" 13TEST_TYPE = "client" 14 15DOC = """ 16This test checks that cryptohome can verify credentials. 17""" 18 19job.run_test('platform_CryptohomeTestAuth') 20