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

Unified Diff: client/site_tests/power_LoadTest/control

Issue 3448012: Removed audiovideo_VL42 from power_LoadTest. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 3 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_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 2dff36ebcc133d768ae43506b349f5debc901da9..ad7ea64cc424f3959d5dad81a3a558694b27cea5 100755
--- a/client/site_tests/power_LoadTest/control
+++ b/client/site_tests/power_LoadTest/control
@@ -36,21 +36,5 @@ import time
loop_time = 3600
loop_count = 9
-def run_audiovideo_V4L2():
- # TODO (snanda): Exit out of run_audiovideo_V4L2 earlier if
- # run_power_load_test completes earlier than loop_time * loop_count
- for i in range(loop_count):
- # enable webcam for 5% of the test time, 90% into the test
- run_time = loop_time * 0.05
- time.sleep(loop_time * 0.90)
- job.run_test('audiovideo_V4L2', time=run_time, run_capture_tests=False,
- run_default_capture_test=True, assert_mandatory_controls=False,
- tag=i)
-
-
-def run_power_load_test():
- job.run_test('power_LoadTest', loop_time=loop_time, loop_count=loop_count,
- low_battery_threshold=3)
-
-
-job.parallel([run_audiovideo_V4L2], [run_power_load_test])
+job.run_test('power_LoadTest', loop_time=loop_time, loop_count=loop_count,
+ low_battery_threshold=3)
« no previous file with comments | « no previous file | client/site_tests/power_LoadTest/extension.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698