1 # Copyright (c) 2009 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_CryptohomeTPMReOwnServer" 7 TIME = "SHORT" 8 TEST_CATEGORY = "Functional" 9 TEST_CLASS = "platform" 10 TEST_TYPE = "server" 11 ATTRIBUTES = "suite:bvt-perbuild" 12 13 DOC = """ 14 This test verifies that cryptohome re-creates a user's cryptohome directory 15 when the TPM is cleared and re-owned. 16 """ 17 18 job.run_test("platform_CryptohomeTPMReOwnServer", 19 host=hosts.create_host(machines[0])) 20