1# Copyright (c) 2010 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 = "Chrome OS Team"
6NAME = "power_StatsUSB"
7ATTRIBUTES = "suite:power_build"
8PURPOSE = "Measure time USB devices spend in active state."
9CRITERIA = "This test is a benchmark."
10TIME = "SHORT"
11TEST_CATEGORY = "Performance"
12TEST_CLASS = "power"
13TEST_TYPE = "client"
14
15DOC = """
16This test measures percent time USB devices spend in active state.
17"""
18
19job.run_test('power_StatsUSB')
20