• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 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 = "Chrome OS Lab Infrastructure Team"
6NAME = "telemetry_LoginTest.arc"
7PURPOSE = "Login through telemetry."
8CRITERIA = """
9This test will fail if telemetry login is broken, or if
10the autotest extension doesn't load/is inaccessible, or if
11chrome.autotestPrivate.loginStatus doesn't work.
12"""
13ATTRIBUTES = "suite:bvt-arc"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "login"
17TEST_TYPE = "client"
18DEPENDENCIES = "arc"
19JOB_RETRIES = 2
20ARC_MODE = "enabled"
21
22DOC = """
23This is a test that checks that login completed successfully through telemetry,
24and exercises the extension api chrome.autotestPrivate.
25"""
26
27job.run_test('telemetry_LoginTest', arc_mode=ARC_MODE, tag='arc')
28