• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 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 = "achuith@chromium.org"
6NAME = "telemetry_UnitTests_guest"
7PURPOSE = "Run the Telemetry unit tests as guest (incognito)."
8ATTRIBUTES = "suite:telemetry_unit"
9TIME = "LONG"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "desktopui"
12TEST_TYPE = "client"
13
14DOC = """
15Verifies that all Telemetry unit tests pass when run as guest (incognito).
16"""
17
18job.run_test('telemetry_UnitTests', browser_type='system-guest', tag='guest',
19             unit_tests=['BrowserTest'], perf_tests=[])
20