blob: 50c005cd10714dfb963e220a7c5eb109ff4658c6 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "login_BadAuthentication"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "login"
TEST_TYPE = "client"
DOC = """
This tests that we fail on a login attempt that gets back an error from the
server.
"""
job.run_test('login_BadAuthentication', tag='badauth')
job.run_test('login_BadAuthentication', tag='not_verified', error_string="NotVerified")
job.run_test('login_BadAuthentication', tag='no_terms', error_string="TermsNotAgreed")
job.run_test('login_BadAuthentication', tag='account_deleted', error_string="AccountDeleted")
job.run_test('login_BadAuthentication', tag='account_disabled', error_string="AccountDisabled")
job.run_test('login_BadAuthentication', tag='service_disabled', error_string="ServiceDisabled")
job.run_test('login_BadAuthentication', tag='service_unavailable', error_string="ServiceUnavailable")
job.run_test('login_BadAuthentication', tag='unknown_error', error_string="Unknown")