blob: 3eed47cfdb0dc1e0900a47d0aac8956d625fb254 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Lab Infrastructure Team"
NAME = "telemetry_LoginTest"
PURPOSE = "Login through telemetry."
CRITERIA = """
This test will fail if telemetry login is broken, or if
chrome.autotestPrivate.loginStatus doesn't work.
"""
SUITE = "bvt"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
RETRIES = 5
EXPERIMENTAL = "True"
DOC = """
This is a test that checks that login completed successfully through telemetry,
and exercises the extension api chrome.autotestPrivate.
"""
job.run_test('telemetry_LoginTest')