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