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

Side by Side Diff: server/site_tests/suites/control.regression

Issue 6877110: Renable platform_KernelErrorPaths. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Quotes. Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 AUTHOR = "Chrome OS Team" 5 AUTHOR = "Chrome OS Team"
6 NAME = "Regression" 6 NAME = "Regression"
7 TIME = "LONG" 7 TIME = "LONG"
8 TEST_CATEGORY = "Functional" 8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "suite" 9 TEST_CLASS = "suite"
10 TEST_TYPE = "server" 10 TEST_TYPE = "server"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 if client_attributes.has_ssd: 117 if client_attributes.has_ssd:
118 client_at.run_test('hardware_SsdDetection') 118 client_at.run_test('hardware_SsdDetection')
119 if client_attributes.has_bluetooth: 119 if client_attributes.has_bluetooth:
120 client_at.run_test('network_DisableInterface', 120 client_at.run_test('network_DisableInterface',
121 iface_name='hci0', tag='hci0') 121 iface_name='hci0', tag='hci0')
122 if client_attributes.has_80211n: 122 if client_attributes.has_80211n:
123 client_at.run_test('network_WiFiCaps') 123 client_at.run_test('network_WiFiCaps')
124 if not client_attributes.has_resume_bug: 124 if not client_attributes.has_resume_bug:
125 client_at.run_test('power_Resume') 125 client_at.run_test('power_Resume')
126 126
127 # TODO(msb): re-enable KernelErrorPaths, see http://crosbug.com/7679 127 job.run_test('platform_KernelErrorPaths', host=client)
128 # job.run_test("platform_KernelErrorPaths", host=client)
129 if client_attributes.has_chromeos_firmware: 128 if client_attributes.has_chromeos_firmware:
130 job.run_test("logging_KernelCrashServer", host=client) 129 job.run_test('logging_KernelCrashServer', host=client)
131 130
132 # This test stops tcsd which is known to cause issues with cryptohome and 131 # This test stops tcsd which is known to cause issues with cryptohome and
133 # possibly other services. Specifically, cros_ui_test based tests will fail; 132 # possibly other services. Specifically, cros_ui_test based tests will fail;
134 # so always run it last. See http://crosbug.com/14265 133 # so always run it last. See http://crosbug.com/14265
135 if client_attributes.has_chromeos_firmware: 134 if client_attributes.has_chromeos_firmware:
136 client_at.run_test('hardware_TPMCheck') 135 client_at.run_test('hardware_TPMCheck')
137 136
138 137
139 # Run server-side suites. 138 # Run server-side suites.
140 job.run_control('server/site_tests/suites/control.security') 139 job.run_control('server/site_tests/suites/control.security')
141 140
142 # Some of the tests in the main regression suite must be run last to prevent 141 # Some of the tests in the main regression suite must be run last to prevent
143 # cross-test issues. Always add new suites above this line. 142 # cross-test issues. Always add new suites above this line.
144 job.parallel_on_machines(run_assigned_tests, machines) 143 job.parallel_on_machines(run_assigned_tests, machines)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698