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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/site_tests/power_ARMSettings/power_ARMSettings.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
5 AUTHOR = "Chrome OS Team"
6 NAME = "power_ARMSettings"
7 PURPOSE = "Verify that power realted settings are set correctly."
8 CRITERIA = """
9 This test will fail if any of the power related settings aren't set to
10 expected values.
11 """
12 TIME = "SHORT"
13 TEST_CATEGORY = "Functional"
14 TEST_CLASS = "power"
15 TEST_TYPE = "client"
16
17 DOC = """
18 This test reads various power related settings such as usb and wifi to
19 determine whether they have been set to the expected values from power
20 standpoint.
21 """
22
23 job.run_test('power_ARMSettings')
OLDNEW
« 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