| 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 = "Smoke" | 6 NAME = "Smoke" |
| 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 = "client" | 10 TEST_TYPE = "client" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session') | 21 job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session') |
| 22 job.run_test('logging_CrashSender') | 22 job.run_test('logging_CrashSender') |
| 23 job.run_test('logging_UserCrash') | 23 job.run_test('logging_UserCrash') |
| 24 job.run_test('login_BadAuthentication') | 24 job.run_test('login_BadAuthentication') |
| 25 job.run_test('login_CryptohomeIncognitoMounted') | 25 job.run_test('login_CryptohomeIncognitoMounted') |
| 26 job.run_test('login_CryptohomeMounted') | 26 job.run_test('login_CryptohomeMounted') |
| 27 job.run_test('login_CryptohomeIncognitoUnmounted') | 27 job.run_test('login_CryptohomeIncognitoUnmounted') |
| 28 job.run_test('login_CryptohomeUnmounted') | 28 job.run_test('login_CryptohomeUnmounted') |
| 29 job.run_test('login_LoginSuccess', tag='default') | 29 job.run_test('login_LoginSuccess', tag='default') |
| 30 job.run_test('login_LoginSuccess', creds='$apps', tag='apps') | 30 job.run_test('login_LoginSuccess', creds='$apps', tag='apps') |
| 31 # http://crosbug.com/ | 31 job.run_test('login_OwnershipTaken') |
| 32 #job.run_test('login_OwnershipTaken') | 32 job.run_test('login_OwnershipNotRetaken') |
| 33 #job.run_test('login_OwnershipNotRetaken') | |
| 34 job.run_test('platform_FilePerms') | 33 job.run_test('platform_FilePerms') |
| 35 job.run_test('platform_OSLimits') | 34 job.run_test('platform_OSLimits') |
| 36 | 35 |
| 37 ### Local Variables: | 36 ### Local Variables: |
| 38 ### mode: python | 37 ### mode: python |
| 39 ### End: | 38 ### End: |
| OLD | NEW |