mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +00:00
* Adjusted the path in VbootCrypto Makefile Change-Id: I2485c3940f4d3894694c3e834ed79b1b3f58d4bc BUG= TEST= Review URL: http://codereview.chromium.org/3335018
19 lines
509 B
Plaintext
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]))
|