• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "Chrome OS Team"
6NAME = "telemetry_Sanity"
7PURPOSE = "Run telemetry_sanity.py."
8CRITERIA = """
9Test will fail if telemetry_sanity fails.
10"""
11# crbug.com/930157: This test is flaky and blocks CQ, disable it until fixed.
12ATTRIBUTES = "suite:bvt-perbuild, suite:smoke"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "login"
16TEST_TYPE = "client"
17
18DOC = """
19This test runs telemetry_sanity.py
20"""
21
22job.run_test('telemetry_Sanity',
23             count=1,
24             run_cryptohome=True,
25             run_incognito=False,  # crbug.com/970065.
26             run_screenlock=True)
27