• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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:bvt-perbuild"
8TIME = "SHORT"
9TEST_CATEGORY = "General"
10TEST_CLASS = "login"
11TEST_TYPE = "client"
12
13DOC = """
14This test verifies that logging into production Gaia works correctly.
15
16It logs in using the telemetry gaia_login flag, and navigates to
17accounts.google.com to verify that we're logged in to gaia, as opposed
18to fake telemetry login.
19"""
20
21job.run_test('login_GaiaLogin',
22             username='autotest.catapult', password='autotest')
23