1# Copyright (c) 2011 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_ARMSettings" 7PURPOSE = "Verify that power realted settings are set correctly." 8CRITERIA = """ 9This test will fail if any of the power related settings aren't set to 10expected values. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "power" 15TEST_TYPE = "client" 16 17DOC = """ 18This test reads various power related settings such as usb and wifi to 19determine whether they have been set to the expected values from power 20standpoint. 21""" 22 23job.run_test('power_ARMSettings') 24