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" 12PY_VERSION = 3 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 google.com to 18verify that we're logged in to gaia, as opposed to fake telemetry login. 19""" 20 21job.run_test('login_GaiaLogin', 22 username='autotest.catapult', password='autotest') 23