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

Side by Side Diff: client/site_tests/suite_Smoke/control

Issue 6825028: [autotest] Ensure that ownership state is properly cleaned during test setup (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « client/cros/cros_ui_test.py ('k') | server/site_tests/suites/control.bvt » ('j') | 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 = "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
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:
OLDNEW
« no previous file with comments | « client/cros/cros_ui_test.py ('k') | server/site_tests/suites/control.bvt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698