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

Unified Diff: client/site_tests/power_LoadTest/control

Issue 2844047: Modify power_LoadTest Extension to pull in test parameters. (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Increase # loops to 11 (yay!) 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 | « client/site_tests/power_LoadTest/README.txt ('k') | client/site_tests/power_LoadTest/extension.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/power_LoadTest/control
diff --git a/client/site_tests/power_LoadTest/control b/client/site_tests/power_LoadTest/control
index ad7ea64cc424f3959d5dad81a3a558694b27cea5..4b05c1e0354f9836136de77be3c729e1ca4327de 100755
--- a/client/site_tests/power_LoadTest/control
+++ b/client/site_tests/power_LoadTest/control
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# 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.
@@ -25,16 +25,12 @@ before this test can be run:
You are now ready to run the test.
"""
-# TODO (bleung): Find a way to do automatic Facebook and Gmail login in
-# perf test account.
-# TODO (bleung): Seconds variable is used here, but is not in power_LoadTest
-# because of the change to packed external extension. Change ext to take arg.
-
+# TODO (bleung): Find a way to do automatic Facebook login for test account.
import time
loop_time = 3600
-loop_count = 9
+loop_count = 11
job.run_test('power_LoadTest', loop_time=loop_time, loop_count=loop_count,
low_battery_threshold=3)
« no previous file with comments | « client/site_tests/power_LoadTest/README.txt ('k') | client/site_tests/power_LoadTest/extension.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698