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..900e65d7a36725f021e1663ab3f53ad5cb97a3f0 |
--- /dev/null |
+++ b/server/site_tests/kernel_BootMessagesServer/control |
@@ -0,0 +1,20 @@ |
+# Copyright (c) 2011 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 = "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) |