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_x86Settings" 7ATTRIBUTES = "suite:power_build" 8ATTRIBUTES = "suite:power_build" 9SUITE = "power_build" 10PURPOSE = "Verify that power realted settings are set correctly." 11CRITERIA = """ 12This test will fail if any of the power related settings aren't set to 13expected values. 14""" 15TIME = "SHORT" 16TEST_CATEGORY = "Functional" 17TEST_CLASS = "power" 18TEST_TYPE = "client" 19 20DOC = """ 21This test reads various power related settings such as CPU MSRs, PCIe BARs, 22MCH BARs etc. to determine whether they have been set to the expected values 23from power standpoint. 24""" 25 26job.run_test('power_x86Settings') 27