| 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)
|
|
|