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