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

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

Issue 6801043: autotest/factory_Finalize: support wipe_method in finalization (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: remove extra space Created 9 years, 8 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/factory_Finalize/factory_Finalize.py
diff --git a/client/site_tests/factory_Finalize/factory_Finalize.py b/client/site_tests/factory_Finalize/factory_Finalize.py
index 9a5155493231a6aef9a6c572d1574eb26942d471..377b61daed6cf120e5944fd931be7e41994fa676 100644
--- a/client/site_tests/factory_Finalize/factory_Finalize.py
+++ b/client/site_tests/factory_Finalize/factory_Finalize.py
@@ -108,6 +108,7 @@ class factory_Finalize(test.test):
'--finalize',
'--verbose',
'--db_path "%s"' % db_path,
+ '--wipe_method "%s"' % ('secure' if secure_wipe else 'fast'),
'--upload_method "%s"' % upload_method,
]
if not check_and_enable_write_protect:
« 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