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
5AUTHOR = "Chrome OS Team"
6NAME = "platform_CryptohomeTPMReOwn"
7PURPOSE = "Verify that cryptohome re-creates the user's vault directory when the TPM is re-owned."
8CRITERIA = "This will run a test of re-owning the TPM."
9TIME = "MEDIUM"
10TEST_CATEGORY = "Functionality"
11TEST_CLASS = "platform"
12TEST_TYPE = "client"
13
14DOC = """
15This test will verify that crytpohome will re-create the user's vault directory
16when the TPM is re-owned.
17"""
18
19job.run_test('platform_CryptohomeTPMReOwn')
20