Home | History | Annotate | Download | only in login_GaiaLogin
      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 
      5 AUTHOR = "achuith"
      6 NAME = "login_GaiaLogin"
      7 ATTRIBUTES = "suite:regression"
      8 SUITE = "regression"
      9 TIME = "SHORT"
     10 TEST_CATEGORY = "General"
     11 TEST_CLASS = "login"
     12 TEST_TYPE = "client"
     13 
     14 DOC = """
     15 This test verifies that logging into production Gaia works correctly.
     16 
     17 It logs in using the telemetry gaia_login flag, and navigates to
     18 accounts.google.com to verify that we're logged in to gaia, as opposed
     19 to fake telemetry login.
     20 """
     21 
     22 job.run_test('login_GaiaLogin')
     23