blob: 454ada9fd845b04a522b5f1ec8dc34c5ebf819c2 [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_UnitTests"
PURPOSE = "Run the Telemetry unit tests as guest (incognito)."
SUITE = "telemetry_unit"
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
Verifies that all Telemetry unit tests pass when run as guest (incognito).
"""
job.run_test('telemetry_UnitTests', browser_type='system-guest', tag='guest',
unit_tests=['BrowserTest'], perf_tests=[])