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 5AUTHOR = "Chrome OS Team" 6NAME = "TPMFirmwareServer" 7TIME = "SHORT" 8TEST_CATEGORY = "Functional" 9TEST_CLASS = "hardware" 10TEST_TYPE = "server" 11 12DOC = """ 13This test covers the required TPM functionality in the firmware (mostly 14NVRAM related). 15""" 16 17job.run_test("hardware_TPMFirmwareServer", 18 host=hosts.create_host(machines[0])) 19