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

Side by Side Diff: server/site_tests/kernel_BootMessagesServer/control

Issue 6544018: kernel_BootMessagesServer: initial add of new test (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Fix spacing. Created 9 years, 10 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) 2011 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 = "BootMessagesServer"
7 TIME = "SHORT"
8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "kernel"
10 TEST_TYPE = "server"
11
12 DOC = """
13 This test reboots the client and checks dmesg for warnings.
14 """
15
16 def run_bootmessages(machine):
17 host = hosts.create_host(machine)
18 job.run_test("kernel_BootMessagesServer", host=host)
19
20 parallel_simple(run_bootmessages, machines)
OLDNEW
« no previous file with comments | « client/bin/site_utils.py ('k') | server/site_tests/kernel_BootMessagesServer/kernel_BootMessagesServer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698