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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | autotest/hardware_TPMFirmware/hardware_TPMFirmware.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autotest/hardware_TPMFirmware/control
diff --git a/autotest/hardware_TPMFirmware/control b/autotest/hardware_TPMFirmware/control
new file mode 100644
index 0000000000000000000000000000000000000000..e59b7d20f234cc74dfdf71174843730154adf434
--- /dev/null
+++ b/autotest/hardware_TPMFirmware/control
@@ -0,0 +1,20 @@
+# Copyright (c) 2010 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 = "hardware_TPMFirmware"
+PURPOSE = "Verify that system firmware is compatible with TPM device."
+CRITERIA = "This will run a suite of server-side TPM tests."
+TIME = "MEDIUM"
+TEST_CATEGORY = "Functionality"
+TEST_CLASS = "hardware"
+TEST_TYPE = "client"
+
+DOC = """
+Hardware test for the TPM functionality needed in the firmware.
+This test requires a modified BIOS that issues no commands to the TPM.
+This test is driven by a server-side test (hardware_TPMFirmwareServer).
+"""
+
+job.run_test('hardware_TPMFirmware')
« 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