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

Unified Diff: server/site_tests/suites/control.kernel_scheduler_performance

Issue 6575056: kernel_scheduler: fix copyright and spacing for test suites (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 years, 10 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/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)

Powered by Google App Engine
This is Rietveld 408576698