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

Side by Side Diff: client/site_tests/suite_Factory/test_list

Issue 3333024: Change the path of qualified DBs in factory tests. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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/hardware_Components/qualified_components_x86-generic ('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 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # 2 #
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # DOCUMENTATION: 7 # DOCUMENTATION:
8 # 8 #
9 # Define below an ordered list if tests for execution on factory 9 # Define below an ordered list if tests for execution on factory
10 # assembly lines. This list can be customized for specific factory 10 # assembly lines. This list can be customized for specific factory
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 subtest_list=[ 77 subtest_list=[
78 78
79 # THIS IS A GOOGLE REQUIRED TEST. 79 # THIS IS A GOOGLE REQUIRED TEST.
80 # PLEASE DO NOT REMOVE THIS TEST IN PRODUCTION RELEASES. 80 # PLEASE DO NOT REMOVE THIS TEST IN PRODUCTION RELEASES.
81 # Match HW-Qual-ID by setting ignored_cids. 81 # Match HW-Qual-ID by setting ignored_cids.
82 AutomatedSubTest( 82 AutomatedSubTest(
83 label_en='hw-qual-id matching', 83 label_en='hw-qual-id matching',
84 label_zw='型號匹配', 84 label_zw='型號匹配',
85 autotest_name='hardware_Components', 85 autotest_name='hardware_Components',
86 unique_name='hw-qual-id-match', 86 unique_name='hw-qual-id-match',
87 dargs={'approved_dbs':'qualified_components*', 87 dargs={'approved_dbs':'data_*/components*',
88 'ignored_cids':[ 88 'ignored_cids':[
89 'hash_ro_firmware', 89 'hash_ro_firmware',
90 'part_id_hwqual', 90 'part_id_hwqual',
91 'version_rw_firmware']}), 91 'version_rw_firmware']}),
92 92
93 AutomatedSubTest( 93 AutomatedSubTest(
94 label_en='gpio switch check', 94 label_en='gpio switch check',
95 label_zw='檢查 gpio 開關', 95 label_zw='檢查 gpio 開關',
96 autotest_name='hardware_GPIOSwitches'), 96 autotest_name='hardware_GPIOSwitches'),
97 97
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 label_zw='清除', 277 label_zw='清除',
278 autotest_name='factory_Wipe', 278 autotest_name='factory_Wipe',
279 dargs={'secure_wipe':_DO_FACTORY_SECURE_WIPE})]), 279 dargs={'secure_wipe':_DO_FACTORY_SECURE_WIPE})]),
280 280
281 InformationScreen( 281 InformationScreen(
282 label_en='review', 282 label_en='review',
283 label_zw='報告', 283 label_zw='報告',
284 autotest_name='factory_Review', 284 autotest_name='factory_Review',
285 kbd_shortcut='z'), 285 kbd_shortcut='z'),
286 ] 286 ]
OLDNEW
« no previous file with comments | « client/site_tests/hardware_Components/qualified_components_x86-generic ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698