Chromium Code Reviews| Index: server/site_tests/kernel_BootMessagesServer/control |
| diff --git a/server/site_tests/kernel_BootMessagesServer/control b/server/site_tests/kernel_BootMessagesServer/control |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..02ca7f2992569dd70d65882bc5c551b8c9f26632 |
| --- /dev/null |
| +++ b/server/site_tests/kernel_BootMessagesServer/control |
| @@ -0,0 +1,20 @@ |
| +# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
|
Sameer Nanda
2011/02/18 17:27:40
2011?
|
| +# 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 = "BootMessagesServer" |
| +TIME = "SHORT" |
| +TEST_CATEGORY = "Functional" |
| +TEST_CLASS = "kernel" |
| +TEST_TYPE = "server" |
| + |
| +DOC = """ |
| +This test reboots the client and checks dmesg for warnings. |
| +""" |
| + |
| +def run_bootmessages(machine): |
| + host = hosts.create_host(machine) |
| + job.run_test("kernel_BootMessagesServer", host=host) |
| + |
| +parallel_simple(run_bootmessages, machines) |