Home | History | Annotate | Download | only in power_CPUIdle
      1 # Copyright (c) 2012 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_CPUIdle"
      7 PURPOSE = "Ensure the processor drops into idle state when it is idle."
      8 CRITERIA = "Fails if the cpu did not have any idle cycles during this test."
      9 ATTRIBUTES = "suite:hwqual, suite:power_build"
     10 TIME = "SHORT"
     11 TEST_CATEGORY = "Functional"
     12 TEST_CLASS = "power"
     13 TEST_TYPE = "client"
     14 
     15 DOC = """
     16 This test will read values from /sys/devices/system/cpu/cpu*/cpuidle to
     17 determine idle cycles.
     18 """
     19 
     20 job.run_test('power_CPUIdle')
     21