| Index: server/site_tests/suites/control.kernel_scheduler_performance
|
| diff --git a/server/site_tests/suites/control.kernel_scheduler_performance b/server/site_tests/suites/control.kernel_scheduler_performance
|
| index ad94719f85a9bb09d686f6af77bc0b1d7037036f..f6abc4b7baf61654cc2053999f9e2cd2fa934076 100644
|
| --- a/server/site_tests/suites/control.kernel_scheduler_performance
|
| +++ b/server/site_tests/suites/control.kernel_scheduler_performance
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# 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.
|
|
|
| @@ -19,17 +19,17 @@ from autotest_lib.server import site_host_attributes
|
|
|
| # TODO: Add some tests
|
| TESTS = [
|
| - ('hackbench', {}),
|
| + ('hackbench', {}),
|
| ]
|
|
|
|
|
| def run_tests(machine):
|
| - client = hosts.create_host(machine)
|
| - client_attributes = site_host_attributes.HostAttributes(machine)
|
| + client = hosts.create_host(machine)
|
| + client_attributes = site_host_attributes.HostAttributes(machine)
|
|
|
| - client_at = autotest.Autotest(client)
|
| - for test, argv in TESTS:
|
| - client_at.run_test(test, **argv)
|
| + client_at = autotest.Autotest(client)
|
| + for test, argv in TESTS:
|
| + client_at.run_test(test, **argv)
|
|
|
|
|
| job.parallel_on_machines(run_tests, machines)
|
|
|