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