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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/login_SecondFactor/login_SecondFactor.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suite_Nightly/control
diff --git a/server/site_tests/suite_Nightly/control b/server/site_tests/suite_Nightly/control
index cb195e2a1da85479dedc5627dc4be056db6f842f..82c9f625a940ef1c7485392b87e4f958b5ab43df 100644
--- a/server/site_tests/suite_Nightly/control
+++ b/server/site_tests/suite_Nightly/control
@@ -47,6 +47,20 @@ TESTS = [
('hardware_StorageFio', {}),
('logging_KernelCrash', {}),
('logging_UserCrash', {}),
+ ('login_BadAuthentication', {'tag' : 'not_verified',
+ 'error_string' : 'NotVerified'}),
+ ('login_BadAuthentication', {'tag' : 'no_terms',
+ 'error_string' : 'TermsNotAgreed'}),
+ ('login_BadAuthentication', {'tag' : 'account_deleted',
+ 'error_string' : 'AccountDeleted'}),
+ ('login_BadAuthentication', {'tag' : 'account_disabled',
+ 'error_string' : 'AccountDisabled'}),
+ ('login_BadAuthentication', {'tag' : 'service_disabled',
+ 'error_string' : 'ServiceDisabled'}),
+ ('login_BadAuthentication', {'tag' : 'service_unavailable',
+ 'error_string' : 'ServiceUnavailable'}),
+ ('login_BadAuthentication', {'tag' : 'unknown',
+ 'error_string' : 'Unknown'}),
('login_CryptohomeUnmounted', {}),
('login_CryptohomeIncognitoUnmounted', {}),
('logging_LogVolume', {'constraints': ['bytes_unexpected <= 100000',
« 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