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

Side by Side Diff: autotest/server/hardware_TPMFirmwareServer/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
(Empty)
1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
gauravsh 2010/09/11 07:26:42 2010
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 = "TPMFirmwareServer"
7 TIME = "SHORT"
8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "hardware"
10 TEST_TYPE = "server"
11
12 DOC = """
13 This test covers the required TPM functionality in the firmware (mostly
14 NVRAM related).
15 """
16
17 job.run_test("hardware_TPMFirmwareServer",
18 host=hosts.create_host(machines[0]))
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698