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