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..c2fcb38b88c7c087034d6dd871a4d01f94c3a7d8 |
--- /dev/null |
+++ b/client/site_tests/power_ARMSettings/control |
@@ -0,0 +1,23 @@ |
+# Copyright (c) 2010 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 CPU MSRs, PCIe BARs, |
+MCH BARs etc. to determine whether they have been set to the expected values |
+from power standpoint. |
Sameer Nanda
2011/02/25 00:30:09
Lets remove MCH, PCIe and CPU MSRs from the descri
Simon Que
2011/02/25 00:49:58
Done.
|
+""" |
+ |
+job.run_test('power_ARMSettings') |