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

Side by Side Diff: client/site_tests/system_PowerDraw/control

Issue 568027: Start a basic system max power draw test. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | 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) 2010 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 = "system_PowerDraw"
7 TIME = "MEDIUM"
8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "system"
10 TEST_TYPE = "client"
11
12 DOC = """
13 This is a system power draw test.
14 """
15
16
17 def run_sat():
18 job.run_test('system_SAT', seconds=200, tag='PowerDraw')
19
20
21 def run_gpu():
22 job.run_test('gpu_SanAngeles', iterations=2, tag='PowerDraw')
23
24
25 job.parallel([run_sat], [run_gpu])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698