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"
10SUITE = "hwqual, power_build"
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "power"
14TEST_TYPE = "client"
15
16DOC = """
17This test will read values from /sys/devices/system/cpu/cpu*/cpuidle to
18determine idle cycles.
19"""
20
21job.run_test('power_CPUIdle')
22