Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: client/site_tests/power_ARMSettings/control

Issue 6576056: Create power_ARMSettings test (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Fixed comments Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/power_ARMSettings/power_ARMSettings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « no previous file | client/site_tests/power_ARMSettings/power_ARMSettings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698