summaryrefslogtreecommitdiff
path: root/autotest/server/hardware_TPMFirmwareServer/control
blob: e5df8da37201e1e3815672df448a80cb1e72b5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

AUTHOR = "Chrome OS Team"
NAME = "TPMFirmwareServer"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "hardware"
TEST_TYPE = "server"

DOC = """
This test covers the required TPM functionality in the firmware (mostly
NVRAM related).
"""

job.run_test("hardware_TPMFirmwareServer",
             host=hosts.create_host(machines[0]))