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

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

Issue 3197015: Fix test dargs, and statusmap creation. (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: tested, this should work Created 10 years, 4 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/factory_Review/factory_Review.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/factory_Wipe/factory_Wipe.py
diff --git a/client/site_tests/factory_Wipe/factory_Wipe.py b/client/site_tests/factory_Wipe/factory_Wipe.py
index ac4ca581599c8930ffe9199ceb85d5044c55195c..86e78b7f20aef0e57b5a4c50d499c794250f3da1 100644
--- a/client/site_tests/factory_Wipe/factory_Wipe.py
+++ b/client/site_tests/factory_Wipe/factory_Wipe.py
@@ -97,7 +97,7 @@ class factory_Wipe(test.test):
time.sleep(1)
else:
# first, check if all previous tests are passed.
- status_map = ful.StatusMap(status_file_path, test_list)
+ status_map = ful.StatusMap(test_list, status_file_path)
failed = status_map.filter(ful.FAILED)
if failed:
raise error.TestFail('Some tests were failed. ' +
« no previous file with comments | « client/site_tests/factory_Review/factory_Review.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698