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

Unified Diff: client/site_tests/factory_Wipe/force_run

Issue 3181026: allow force execution of factory_Wipe test. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: fix messages and adjust default parameters 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_Wipe/factory_Wipe.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/force_run
diff --git a/client/site_tests/factory_Wipe/control b/client/site_tests/factory_Wipe/force_run
similarity index 68%
rename from client/site_tests/factory_Wipe/control
rename to client/site_tests/factory_Wipe/force_run
index 8fc87f53c13b5af130aa86f49adee515f0d18618..cc983e897da70ffd459dcc7b6a080b12bfcae26f 100644
--- a/client/site_tests/factory_Wipe/control
+++ b/client/site_tests/factory_Wipe/force_run
@@ -10,8 +10,13 @@ TEST_CLASS = 'factory'
TEST_TYPE = 'client'
DOC = """
-This test switches the bootable partition to the release partition,
+This test switches the bootable partition to the release partition,
and tags the factory partition to be wiped.
"""
-job.run_test('factory_Wipe')
+# adjust following parameters for your test.
+job.run_test('factory_Wipe',
+ secure_wipe=False,
+ write_protect=False,
+ check_developer_switch=True,
+ force_skip_required_test_check=True)
« no previous file with comments | « client/site_tests/factory_Wipe/factory_Wipe.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698