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

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

Issue 1712007: Remove power test from bvt and nightly suite since now we had a dedicated power test suite. (Closed)
Patch Set: patch 1 Created 10 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
« 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 = "Nightly" 6 NAME = "Nightly"
7 TIME = "SHORT" 7 TIME = "SHORT"
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
28 TESTS = [ 28 TESTS = [
29 'compilebench', 29 'compilebench',
30 'dbench', 30 'dbench',
31 'disktest', 31 'disktest',
32 'firmware_VbootCrypto', 32 'firmware_VbootCrypto',
33 'gl_Bench', 33 'gl_Bench',
34 'hardware_StorageFio', 34 'hardware_StorageFio',
35 'ltp', 35 'ltp',
36 'platform_FileNum', 36 'platform_FileNum',
37 'platform_FileSize', 37 'platform_FileSize',
38 'power_Idle',
39 'realtimecomm_GTalkAudioBench', 38 'realtimecomm_GTalkAudioBench',
40 'realtimecomm_GTalkunittest', 39 'realtimecomm_GTalkunittest',
41 'unixbench', 40 'unixbench',
42 ] 41 ]
43 42
44 for test in TESTS: 43 for test in TESTS:
45 client_at.run_test(test) 44 client_at.run_test(test)
46 45
47 # Run jobs with specific parameters 46 # Run jobs with specific parameters
48 47
49 # (none) 48 # (none)
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