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