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

Side by Side Diff: server/site_tests/suites/control.regression

Issue 6758036: Removing network_ConnmanCromoCrash until code is fixed (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Undid removal of power_strip.py Created 9 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 = "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
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 # TODO(stanlyew): Re-open network_ConnmanCromoCrash when crosbug.com/13272
71 # is fixed.
72 # ('network_ConnmanCromoCrash', {}),
71 ('network_UdevRename', {}), 73 ('network_UdevRename', {}),
72 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}), 74 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}),
73 ('platform_CleanShutdown', {}), 75 ('platform_CleanShutdown', {}),
74 ('platform_DaemonsRespawn', {}), 76 ('platform_DaemonsRespawn', {}),
75 ('platform_DiskIterate', {}), 77 ('platform_DiskIterate', {}),
76 ('platform_FileNum', {}), 78 ('platform_FileNum', {}),
77 ('platform_FileSize', {}), 79 ('platform_FileSize', {}),
78 ('platform_KernelVersion', {}), 80 ('platform_KernelVersion', {}),
79 ('platform_MemCheck', {}), 81 ('platform_MemCheck', {}),
80 ('platform_MiniJailCmdLine', {}), 82 ('platform_MiniJailCmdLine', {}),
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 job.run_test("logging_KernelCrashServer", host=client) 131 job.run_test("logging_KernelCrashServer", host=client)
130 132
131 if client_attributes.has_chromeos_firmware: 133 if client_attributes.has_chromeos_firmware:
132 client_at.run_test('hardware_TPMCheck') 134 client_at.run_test('hardware_TPMCheck')
133 135
134 job.parallel_on_machines(run_assigned_tests, machines) 136 job.parallel_on_machines(run_assigned_tests, machines)
135 137
136 138
137 # Run server-side suites 139 # Run server-side suites
138 job.run_control('server/site_tests/suites/control.security') 140 job.run_control('server/site_tests/suites/control.security')
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698