blob: f906915a2f4089b15ab4d86f6e5e0bac7a9a135c [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_P"
PURPOSE = "Login through telemetry."
CRITERIA = """
This test will fail if telemetry login is broken, or if
the autotest extension doesn't load/is inaccessible, or if
chrome.autotestPrivate.loginStatus doesn't work.
"""
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
JOB_RETRIES = 2
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_P')