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