| 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 17 matching lines...) Expand all Loading... |
| 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) |
| OLD | NEW |