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

Unified Diff: client/site_tests/power_LoadTest/power_LoadTest.py

Issue 6691048: power_LoadTest: custom tasks param allows for parallel tasks (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Rebased Created 9 years, 9 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/extension/background.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/power_LoadTest/power_LoadTest.py
diff --git a/client/site_tests/power_LoadTest/power_LoadTest.py b/client/site_tests/power_LoadTest/power_LoadTest.py
index 02226e42089cc90509ceacdfdef2d70c54a59f43..43264ac9091dfb78615f39d0f2f2580173eaf24b 100755
--- a/client/site_tests/power_LoadTest/power_LoadTest.py
+++ b/client/site_tests/power_LoadTest/power_LoadTest.py
@@ -78,7 +78,7 @@ class power_LoadTest(cros_ui_test.UITest):
self._json_path = None
self._force_wifi = force_wifi
self._testServer = None
- self._tasks = '\'' + tasks + '\''
+ self._tasks = '\'' + tasks.replace(' ','') + '\''
# verify that initial conditions are met:
if self._power_status.linepower[0].online:
« no previous file with comments | « client/site_tests/power_LoadTest/extension/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698