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

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

Issue 3116035: add new 'factory_Verify' test which verifies all required tests are finished. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: indent/message refine as reviewer suggested 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_Verify/factory_Verify.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
(Empty)
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
3 # found in the LICENSE file.
4
5 NAME = 'factory_Verify'
6 AUTHOR = 'The Chromium OS Authors'
7 TIME='SHORT'
8 TEST_CATEGORY = 'Stub'
9 TEST_CLASS = 'factory'
10 TEST_TYPE = 'client'
11
12 DOC = """
13 This test verifies all required checks for final stage (factory_Finalize).
14 """
15
16 # adjust following parameters for your test.
17 job.run_test('factory_Verify',
18 check_required_tests=False,
19 check_developer_switch=True,
20 check_and_enable_write_protect=True)
OLDNEW
« no previous file with comments | « client/site_tests/factory_Verify/factory_Verify.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698