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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 ('login_OwnershipApi', {}), | 60 ('login_OwnershipApi', {}), |
61 ('login_DBusCalls', {}), | 61 ('login_DBusCalls', {}), |
62 # TODO(kmixter): Fix log volume usage, or change test constraints. See http://cr
osbug.com/11350 | 62 # TODO(kmixter): Fix log volume usage, or change test constraints. See http://cr
osbug.com/11350 |
63 # ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000', | 63 # ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000', |
64 # 'files_unexpected <= 50', | 64 # 'files_unexpected <= 50', |
65 # 'percent_stateful_used <= 50', | 65 # 'percent_stateful_used <= 50', |
66 # 'percent_unused_patterns <= 70']}), | 66 # 'percent_unused_patterns <= 70']}), |
67 # | 67 # |
68 # TODO: Until ltp can pass on chromiumos | 68 # TODO: Until ltp can pass on chromiumos |
69 # ('ltp', {}), | 69 # ('ltp', {}), |
| 70 ('network_ConnmanCromoCrash', {}), |
70 ('network_UdevRename', {}), | 71 ('network_UdevRename', {}), |
71 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}), | 72 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}), |
72 ('platform_CleanShutdown', {}), | 73 ('platform_CleanShutdown', {}), |
73 ('platform_DaemonsRespawn', {}), | 74 ('platform_DaemonsRespawn', {}), |
74 ('platform_DiskIterate', {}), | 75 ('platform_DiskIterate', {}), |
75 ('platform_FileNum', {}), | 76 ('platform_FileNum', {}), |
76 ('platform_FileSize', {}), | 77 ('platform_FileSize', {}), |
77 ('platform_KernelVersion', {}), | 78 ('platform_KernelVersion', {}), |
78 ('platform_MemCheck', {}), | 79 ('platform_MemCheck', {}), |
79 ('platform_MiniJailCmdLine', {}), | 80 ('platform_MiniJailCmdLine', {}), |
(...skipping 50 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 |