| Index: client/site_tests/power_ARMSettings/control
|
| diff --git a/client/site_tests/power_ARMSettings/control b/client/site_tests/power_ARMSettings/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c6483e97e51c89ab1151154a1ee2d73f468e2656
|
| --- /dev/null
|
| +++ b/client/site_tests/power_ARMSettings/control
|
| @@ -0,0 +1,23 @@
|
| +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +AUTHOR = "Chrome OS Team"
|
| +NAME = "power_ARMSettings"
|
| +PURPOSE = "Verify that power realted settings are set correctly."
|
| +CRITERIA = """
|
| +This test will fail if any of the power related settings aren't set to
|
| +expected values.
|
| +"""
|
| +TIME = "SHORT"
|
| +TEST_CATEGORY = "Functional"
|
| +TEST_CLASS = "power"
|
| +TEST_TYPE = "client"
|
| +
|
| +DOC = """
|
| +This test reads various power related settings such as usb and wifi to
|
| +determine whether they have been set to the expected values from power
|
| +standpoint.
|
| +"""
|
| +
|
| +job.run_test('power_ARMSettings')
|
|
|