| 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 28 matching lines...) Expand all Loading... |
| 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_KernelCrash', {}), | 48 ('logging_KernelCrash', {}), |
| 49 ('logging_UserCrash', {}), | 49 ('logging_UncleanShutdown', {}), |
| 50 ('login_CryptohomeUnmounted', {}), | 50 ('login_CryptohomeUnmounted', {}), |
| 51 ('login_CryptohomeUnmounted', {'creds': '$backdoor', | 51 ('login_CryptohomeUnmounted', {'creds': '$backdoor', |
| 52 'is_incognito': True, | 52 'is_incognito': True, |
| 53 'tag': 'incognito'}), | 53 'tag': 'incognito'}), |
| 54 ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000', | 54 ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000', |
| 55 'files_unexpected <= 50', | 55 'files_unexpected <= 50', |
| 56 'percent_stateful_used <= 50', | 56 'percent_stateful_used <= 50', |
| 57 'percent_unused_patterns <= 70']}), | 57 'percent_unused_patterns <= 70']}), |
| 58 # TODO: Until ltp can pass on chromiumos | 58 # TODO: Until ltp can pass on chromiumos |
| 59 # ('ltp', {}), | 59 # ('ltp', {}), |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 client_at.run_test('power_Resume') | 112 client_at.run_test('power_Resume') |
| 113 | 113 |
| 114 job.run_test("platform_KernelErrorPaths", host=client) | 114 job.run_test("platform_KernelErrorPaths", host=client) |
| 115 | 115 |
| 116 | 116 |
| 117 job.parallel_on_machines(run_assigned_tests, machines) | 117 job.parallel_on_machines(run_assigned_tests, machines) |
| 118 | 118 |
| 119 | 119 |
| 120 # Run server-side suites | 120 # Run server-side suites |
| 121 job.run_control('server/site_tests/suite_SecurityFunctional/control') | 121 job.run_control('server/site_tests/suite_SecurityFunctional/control') |
| OLD | NEW |