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

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

Issue 3126002: Add some more test cases for login (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: improve docstring Created 10 years, 4 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 | « client/site_tests/login_SecondFactor/login_SecondFactor.py ('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 = "LONG" 7 TIME = "LONG"
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 29 matching lines...) Expand all
40 ('hackbench', {}), 40 ('hackbench', {}),
41 ('hardware_Backlight', {}), 41 ('hardware_Backlight', {}),
42 ('hardware_DiskSize', {}), 42 ('hardware_DiskSize', {}),
43 ('hardware_MemoryThroughput', {'num_iteration': 1, 43 ('hardware_MemoryThroughput', {'num_iteration': 1,
44 'test_list': '18'}), 44 'test_list': '18'}),
45 ('hardware_MemoryTotalSize', {}), 45 ('hardware_MemoryTotalSize', {}),
46 ('hardware_SAT', {'seconds': 20}), 46 ('hardware_SAT', {'seconds': 20}),
47 ('hardware_StorageFio', {}), 47 ('hardware_StorageFio', {}),
48 ('logging_KernelCrash', {}), 48 ('logging_KernelCrash', {}),
49 ('logging_UserCrash', {}), 49 ('logging_UserCrash', {}),
50 ('login_BadAuthentication', {'tag' : 'not_verified',
51 'error_string' : 'NotVerified'}),
52 ('login_BadAuthentication', {'tag' : 'no_terms',
53 'error_string' : 'TermsNotAgreed'}),
54 ('login_BadAuthentication', {'tag' : 'account_deleted',
55 'error_string' : 'AccountDeleted'}),
56 ('login_BadAuthentication', {'tag' : 'account_disabled',
57 'error_string' : 'AccountDisabled'}),
58 ('login_BadAuthentication', {'tag' : 'service_disabled',
59 'error_string' : 'ServiceDisabled'}),
60 ('login_BadAuthentication', {'tag' : 'service_unavailable',
61 'error_string' : 'ServiceUnavailable'}),
62 ('login_BadAuthentication', {'tag' : 'unknown',
63 'error_string' : 'Unknown'}),
50 ('login_CryptohomeUnmounted', {}), 64 ('login_CryptohomeUnmounted', {}),
51 ('login_CryptohomeIncognitoUnmounted', {}), 65 ('login_CryptohomeIncognitoUnmounted', {}),
52 ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000', 66 ('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000',
53 'files_unexpected <= 50', 67 'files_unexpected <= 50',
54 'percent_stateful_used <= 50', 68 'percent_stateful_used <= 50',
55 'percent_unused_patterns <= 70']}), 69 'percent_unused_patterns <= 70']}),
56 # TODO: Until ltp can pass on chromiumos 70 # TODO: Until ltp can pass on chromiumos
57 # ('ltp', {}), 71 # ('ltp', {}),
58 ('network_UdevRename', {}), 72 ('network_UdevRename', {}),
59 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}), 73 ('platform_AccurateTime', {'constraints': ['seconds_offset < 60']}),
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 client_at.run_test('power_Resume') 123 client_at.run_test('power_Resume')
110 124
111 job.run_test("platform_KernelErrorPaths", host=client) 125 job.run_test("platform_KernelErrorPaths", host=client)
112 126
113 127
114 job.parallel_on_machines(run_assigned_tests, machines) 128 job.parallel_on_machines(run_assigned_tests, machines)
115 129
116 130
117 # Run server-side suites 131 # Run server-side suites
118 job.run_control('server/site_tests/suite_SecurityFunctional/control') 132 job.run_control('server/site_tests/suite_SecurityFunctional/control')
OLDNEW
« no previous file with comments | « client/site_tests/login_SecondFactor/login_SecondFactor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698