Home | History | Annotate | Download | only in platform_CryptohomeTPMReOwn
      1 # Copyright (c) 2010 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_CryptohomeTPMReOwn"
      7 PURPOSE = "Verify that cryptohome re-creates the user's vault directory when the TPM is re-owned."
      8 CRITERIA = "This will run a test of re-owning the TPM."
      9 TIME = "MEDIUM"
     10 TEST_CATEGORY = "Functionality"
     11 TEST_CLASS = "platform"
     12 TEST_TYPE = "client"
     13 
     14 DOC = """
     15 This test will verify that crytpohome will re-create the user's vault directory
     16 when the TPM is re-owned.
     17 """
     18 
     19 job.run_test('platform_CryptohomeTPMReOwn')
     20