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

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: 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..38690a4915a87b4003f43c5089d69d0b55b04d8b 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'),
Tom Wai-Hong Tam 2011/04/08 00:55:10 Should leave one space between "secure_wipe" and "
Hung-Te 2011/04/08 01:06:12 Done.
'--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