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

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

Issue 1631005: Changes to bvt and nightly script. (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 | « 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 = "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 11 matching lines...) Expand all
22 22
23 # (none) 23 # (none)
24 24
25 # Run parameter-less simple client tests 25 # Run parameter-less simple client tests
26 26
27 # All client tests whose default parameters are adequate 27 # All client tests whose default parameters are adequate
28 TESTS = [ 28 TESTS = [
29 'compilebench', 29 'compilebench',
30 'dbench', 30 'dbench',
31 'disktest', 31 'disktest',
32 'firmware_VbootCrypto',
32 'gl_Bench', 33 'gl_Bench',
33 'hardware_StorageFio', 34 'hardware_StorageFio',
34 'ltp', 35 'ltp',
35 'platform_FileNum', 36 'platform_FileNum',
36 'platform_FileSize', 37 'platform_FileSize',
37 'power_Idle', 38 'power_Idle',
38 'realtimecomm_GTalkAudioBench', 39 'realtimecomm_GTalkAudioBench',
39 'realtimecomm_GTalkunittest', 40 'realtimecomm_GTalkunittest',
40 'unixbench', 41 'unixbench',
41 ] 42 ]
42 43
43 for test in TESTS: 44 for test in TESTS:
44 client_at.run_test(test) 45 client_at.run_test(test)
45 46
46 # Run jobs with specific parameters 47 # Run jobs with specific parameters
47 48
48 # (none) 49 # (none)
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