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 = "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 Loading... |
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) |
OLD | NEW |