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

Unified Diff: client/site_tests/system_PowerDraw/control

Issue 568027: Start a basic system max power draw test. (Closed)
Patch Set: Created 10 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/system_PowerDraw/control
diff --git a/client/site_tests/system_PowerDraw/control b/client/site_tests/system_PowerDraw/control
new file mode 100644
index 0000000000000000000000000000000000000000..8ba8f827350cf55d66f63b53f9cbab13e0fd6596
--- /dev/null
+++ b/client/site_tests/system_PowerDraw/control
@@ -0,0 +1,25 @@
+# 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 = "system_PowerDraw"
+TIME = "MEDIUM"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "system"
+TEST_TYPE = "client"
+
+DOC = """
+This is a system power draw test.
+"""
+
+
+def run_sat():
+ job.run_test('system_SAT', seconds=200, tag='PowerDraw')
+
+
+def run_gpu():
+ job.run_test('gpu_SanAngeles', iterations=2, tag='PowerDraw')
+
+
+job.parallel([run_sat], [run_gpu])
« 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