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

Side by Side Diff: client/site_tests/factory_Wipe/force_run

Issue 3156047: modify factory_Wipe to fit into new flow (with factory_Verify) (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: fix as reviewer suggeted 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/site_tests/factory_Wipe/factory_Wipe.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 NAME = 'FACTORY_WIPE' 5 NAME = 'FACTORY_WIPE'
6 AUTHOR = 'The Chromium OS Authors' 6 AUTHOR = 'The Chromium OS Authors'
7 TIME='SHORT' 7 TIME='SHORT'
8 TEST_CATEGORY = 'Stub' 8 TEST_CATEGORY = 'Stub'
9 TEST_CLASS = 'factory' 9 TEST_CLASS = 'factory'
10 TEST_TYPE = 'client' 10 TEST_TYPE = 'client'
11 11
12 DOC = """ 12 DOC = """
13 This test switches the bootable partition to the release partition, 13 This test switches the bootable partition to the release partition,
14 and tags the factory partition to be wiped. 14 and tags the factory partition to be wiped.
15 """ 15 """
16 16
17 # adjust following parameters for your test. 17 # adjust following parameters for your test.
18 job.run_test('factory_Wipe', 18 job.run_test('factory_Wipe',
19 secure_wipe=False, 19 secure_wipe=False,
20 write_protect=False, 20 only_run_from_factory_finalize_unless_testing=False)
21 check_developer_switch=True,
22 force_skip_required_test_check=True)
OLDNEW
« 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