1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "achuith"
6NAME = "login_GaiaLogin"
7ATTRIBUTES = "suite:regression"
8SUITE = "regression"
9TIME = "SHORT"
10TEST_CATEGORY = "General"
11TEST_CLASS = "login"
12TEST_TYPE = "client"
13
14DOC = """
15This test verifies that logging into production Gaia works correctly.
16
17It logs in using the telemetry gaia_login flag, and navigates to
18accounts.google.com to verify that we're logged in to gaia, as opposed
19to fake telemetry login.
20"""
21
22job.run_test('login_GaiaLogin')
23