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

Unified Diff: server/site_tests/logging_KernelCrashServer/control

Issue 3114016: Added full E2E kcrash testing (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: fixes Created 10 years, 4 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
Index: server/site_tests/logging_KernelCrashServer/control
diff --git a/server/site_tests/logging_KernelCrashServer/control b/server/site_tests/logging_KernelCrashServer/control
new file mode 100644
index 0000000000000000000000000000000000000000..44e46c945abde2edc3579f42a4843bc2c2df63f9
--- /dev/null
+++ b/server/site_tests/logging_KernelCrashServer/control
@@ -0,0 +1,20 @@
+# Copyright (c) 2009 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 = "KernelCrashServer"
+TIME = "SHORT"
+TEST_CATEGORY = "Benchmark"
+TEST_CLASS = "platform"
+TEST_TYPE = "server"
+
+DOC = """
+This test crashes the client and verifies the kernel crash was collected.
+"""
+
+def run_it(machine):
+ host = hosts.create_host(machine)
+ job.run_test("logging_KernelCrashServer", host=host)
+
+parallel_simple(run_it, machines)
« no previous file with comments | « server/site_host_attributes.py ('k') | server/site_tests/logging_KernelCrashServer/logging_KernelCrashServer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698