| 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)
|
|
|