Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: autotest/hardware_TPMFirmware/control

Issue 3335010: vboot_reference: add hardware_TPMFirmware test case into vboot_reference repo (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | autotest/hardware_TPMFirmware/hardware_TPMFirmware.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 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 = "hardware_TPMFirmware"
7 PURPOSE = "Verify that system firmware is compatible with TPM device."
8 CRITERIA = "This will run a suite of server-side TPM tests."
9 TIME = "MEDIUM"
10 TEST_CATEGORY = "Functionality"
11 TEST_CLASS = "hardware"
12 TEST_TYPE = "client"
13
14 DOC = """
15 Hardware test for the TPM functionality needed in the firmware.
16 This test requires a modified BIOS that issues no commands to the TPM.
17 This test is driven by a server-side test (hardware_TPMFirmwareServer).
18 """
19
20 job.run_test('hardware_TPMFirmware')
OLDNEW
« no previous file with comments | « no previous file | autotest/hardware_TPMFirmware/hardware_TPMFirmware.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698