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" 7PURPOSE = "Run the Telemetry unit tests as a logged-in user." 8ATTRIBUTES = "suite:telemetry_unit" 9SUITE = "telemetry_unit" 10TIME = "LONG" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "desktopui" 13TEST_TYPE = "client" 14 15DOC = """ 16Verifies that all Telemetry unit tests pass when run as a logged-in user. 17""" 18 19job.run_test('telemetry_UnitTests', browser_type='system', tag='user', 20 unit_tests=[''], perf_tests=[]) 21