1# Copyright 2018 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 = "ChromeOS Team" 6NAME = "telemetry_Check" 7PURPOSE = "Run telemetry_check.py." 8CRITERIA = """ 9Test will fail if telemetry_check fails. 10""" 11# crbug.com/1188852: Test fails on novato consistently. 12ATTRIBUTES = "suite:bvt-perbuild" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "login" 16TEST_TYPE = "client" 17PY_VERSION = 3 18 19DOC = """ 20This test runs telemetry_check.py 21""" 22 23job.run_test('telemetry_Check', 24 count=1, 25 run_cryptohome=True, 26 run_incognito=False, # crbug.com/970065. 27 run_screenlock=True) 28