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

Side by Side Diff: server/site_tests/suite_Nightly/control

Issue 3138009: Split logging_UserCrash out into two other files (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Clean up imports Created 10 years, 4 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
« no previous file with comments | « server/site_tests/suite_BuildVerify/control ('k') | 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 = "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
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
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')
OLDNEW
« no previous file with comments | « server/site_tests/suite_BuildVerify/control ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698