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

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

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
« no previous file with comments | « no previous file | server/site_tests/suites/control.kernel_scheduler_performance » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suites/control.kernel_scheduler_functional
diff --git a/server/site_tests/suites/control.kernel_scheduler_functional b/server/site_tests/suites/control.kernel_scheduler_functional
index 10c873f1959b75442d32b18c651becef313f6a74..e108ac751be11835a260d86c3c6d88eba93334e8 100644
--- a/server/site_tests/suites/control.kernel_scheduler_functional
+++ b/server/site_tests/suites/control.kernel_scheduler_functional
@@ -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.
@@ -23,12 +23,12 @@ TESTS = [
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)
« no previous file with comments | « no previous file | server/site_tests/suites/control.kernel_scheduler_performance » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698