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

Side by Side Diff: autotest/client/hardware_TPMFirmware/control

Issue 3335018: vboot_reference: move tests into client/ and also put the server test in here (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
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 AUTHOR = "Chrome OS Team" 5 AUTHOR = "Chrome OS Team"
6 NAME = "hardware_TPMFirmware" 6 NAME = "hardware_TPMFirmware"
7 PURPOSE = "Verify that system firmware is compatible with TPM device." 7 PURPOSE = "Verify that system firmware is compatible with TPM device."
8 CRITERIA = "This will run a suite of server-side TPM tests." 8 CRITERIA = "This will run a suite of server-side TPM tests."
9 TIME = "MEDIUM" 9 TIME = "MEDIUM"
10 TEST_CATEGORY = "Functionality" 10 TEST_CATEGORY = "Functionality"
11 TEST_CLASS = "hardware" 11 TEST_CLASS = "hardware"
12 TEST_TYPE = "client" 12 TEST_TYPE = "client"
13 13
14 DOC = """ 14 DOC = """
15 Hardware test for the TPM functionality needed in the firmware. 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. 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). 17 This test is driven by a server-side test (hardware_TPMFirmwareServer).
18 """ 18 """
19 19
20 job.run_test('hardware_TPMFirmware') 20 job.run_test('hardware_TPMFirmware')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698