OLD | NEW |
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 15 matching lines...) Expand all Loading... |
26 ('desktopui_IBusTest', {}), | 26 ('desktopui_IBusTest', {}), |
27 # TODO(dalecurtis): desktopui_ImeTest is broken; see http://crosbug.com/12646 | 27 # TODO(dalecurtis): desktopui_ImeTest is broken; see http://crosbug.com/12646 |
28 # ('desktopui_ImeTest', {}), | 28 # ('desktopui_ImeTest', {}), |
29 ('desktopui_SunSpiderBench', {}), | 29 ('desktopui_SunSpiderBench', {}), |
30 ('desktopui_V8Bench', {}), | 30 ('desktopui_V8Bench', {}), |
31 ('desktopui_WindowManagerHotkeys', {}), | 31 ('desktopui_WindowManagerHotkeys', {}), |
32 ('disktest', {}), | 32 ('disktest', {}), |
33 ('fsx', {}), | 33 ('fsx', {}), |
34 ('graphics_GLAPICheck', {}), | 34 ('graphics_GLAPICheck', {}), |
35 ('graphics_GLBench', {}), | 35 ('graphics_GLBench', {}), |
| 36 ('graphics_Piglit', {}), |
36 ('graphics_SanAngeles', {'creds': '$backdoor'}), | 37 ('graphics_SanAngeles', {'creds': '$backdoor'}), |
37 ('graphics_WindowManagerGraphicsCapture', {}), | 38 ('graphics_WindowManagerGraphicsCapture', {}), |
38 ('hackbench', {}), | 39 ('hackbench', {}), |
39 ('hardware_Backlight', {}), | 40 ('hardware_Backlight', {}), |
40 ('hardware_DiskSize', {}), | 41 ('hardware_DiskSize', {}), |
41 ('hardware_MemoryThroughput', {'num_iteration': 1, | 42 ('hardware_MemoryThroughput', {'num_iteration': 1, |
42 'test_list': '18'}), | 43 'test_list': '18'}), |
43 ('hardware_MemoryTotalSize', {}), | 44 ('hardware_MemoryTotalSize', {}), |
44 ('hardware_SAT', {'seconds': 20}), | 45 ('hardware_SAT', {'seconds': 20}), |
45 ('hardware_StorageFio', {}), | 46 ('hardware_StorageFio', {}), |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 job.run_test("logging_KernelCrashServer", host=client) | 131 job.run_test("logging_KernelCrashServer", host=client) |
131 | 132 |
132 if client_attributes.has_chromeos_firmware: | 133 if client_attributes.has_chromeos_firmware: |
133 client_at.run_test('hardware_TPMCheck') | 134 client_at.run_test('hardware_TPMCheck') |
134 | 135 |
135 job.parallel_on_machines(run_assigned_tests, machines) | 136 job.parallel_on_machines(run_assigned_tests, machines) |
136 | 137 |
137 | 138 |
138 # Run server-side suites | 139 # Run server-side suites |
139 job.run_control('server/site_tests/suites/control.security') | 140 job.run_control('server/site_tests/suites/control.security') |
OLD | NEW |