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