Files
OpenCellular/autotest/server/hardware_TPMFirmwareServer/control
Zdenek Behan d37eafa398 vboot_reference: move tests into client/ and also put the server test in here
* Adjusted the path in VbootCrypto Makefile

Change-Id: I2485c3940f4d3894694c3e834ed79b1b3f58d4bc

BUG=
TEST=

Review URL: http://codereview.chromium.org/3335018
2010-09-13 21:49:55 -07:00

19 lines
509 B
Plaintext

# 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]))