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 = "Nightly" | 6 NAME = "Nightly" |
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 17 matching lines...) Expand all Loading... | |
28 ('desktopui_V8Bench', {}), | 28 ('desktopui_V8Bench', {}), |
29 ('desktopui_BrowserTest', {}), | 29 ('desktopui_BrowserTest', {}), |
30 ('desktopui_WindowManagerFocusNewWindows', {}), | 30 ('desktopui_WindowManagerFocusNewWindows', {}), |
31 ('desktopui_WindowManagerHotkeys', {}), | 31 ('desktopui_WindowManagerHotkeys', {}), |
32 ('disktest', {}), | 32 ('disktest', {}), |
33 ('firmware_VbootCrypto', {}), | 33 ('firmware_VbootCrypto', {}), |
34 ('fsx', {}), | 34 ('fsx', {}), |
35 ('graphics_GLAPICheck', {}), | 35 ('graphics_GLAPICheck', {}), |
36 ('graphics_GLBench', {}), | 36 ('graphics_GLBench', {}), |
37 ('graphics_O3DSelenium', {}), | 37 ('graphics_O3DSelenium', {}), |
38 ('graphics_SanAngeles', {}), | 38 ('graphics_SanAngeles', {'creds': '$backdoor}), |
petkov
2010/08/18 04:52:09
missing a closing tick?
| |
39 ('graphics_WindowManagerGraphicsCapture', {}), | 39 ('graphics_WindowManagerGraphicsCapture', {}), |
40 ('hackbench', {}), | 40 ('hackbench', {}), |
41 ('hardware_Backlight', {}), | 41 ('hardware_Backlight', {}), |
42 ('hardware_DiskSize', {}), | 42 ('hardware_DiskSize', {}), |
43 ('hardware_MemoryThroughput', {'num_iteration': 1, | 43 ('hardware_MemoryThroughput', {'num_iteration': 1, |
44 'test_list': '18'}), | 44 'test_list': '18'}), |
45 ('hardware_MemoryTotalSize', {}), | 45 ('hardware_MemoryTotalSize', {}), |
46 ('hardware_SAT', {'seconds': 20}), | 46 ('hardware_SAT', {'seconds': 20}), |
47 ('hardware_StorageFio', {}), | 47 ('hardware_StorageFio', {}), |
48 ('logging_UncleanShutdown', {}), | 48 ('logging_UncleanShutdown', {}), |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
122 client_at.run_test('power_Resume') | 122 client_at.run_test('power_Resume') |
123 | 123 |
124 job.run_test("platform_KernelErrorPaths", host=client) | 124 job.run_test("platform_KernelErrorPaths", host=client) |
125 | 125 |
126 | 126 |
127 job.parallel_on_machines(run_assigned_tests, machines) | 127 job.parallel_on_machines(run_assigned_tests, machines) |
128 | 128 |
129 | 129 |
130 # Run server-side suites | 130 # Run server-side suites |
131 job.run_control('server/site_tests/suite_SecurityFunctional/control') | 131 job.run_control('server/site_tests/suite_SecurityFunctional/control') |
OLD | NEW |