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

Side by Side Diff: client/site_tests/suite_HWQual/README.txt

Issue 1274003: Add the Bluetooth semi-automated test to the hwqual suite. (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « no previous file | client/site_tests/suite_HWQual/control.bluetooth » ('j') | 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 5
6 This document describes the steps to go through in order to run hardware 6 This document describes the steps to go through in order to run hardware
7 qualification on a Chrome OS device under test (DUT). 7 qualification on a Chrome OS device under test (DUT).
8 8
9 9
10 ================================================================================ 10 ================================================================================
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 $ ./server/autoserv -r results.external_devices -m <DUT_IP> \ 137 $ ./server/autoserv -r results.external_devices -m <DUT_IP> \
138 -c client/site_tests/suite_HWQual/control.external_devices 138 -c client/site_tests/suite_HWQual/control.external_devices
139 139
140 140
141 * Run the system suspend/resume stability test: 141 * Run the system suspend/resume stability test:
142 142
143 $ ./server/autoserv -r results.suspend_resume -m <DUT_IP> \ 143 $ ./server/autoserv -r results.suspend_resume -m <DUT_IP> \
144 -c client/site_tests/suite_HWQual/control.suspend_resume 144 -c client/site_tests/suite_HWQual/control.suspend_resume
145 145
146 146
147 * If the DUT has a Bluetooth adapter, run the Bluetooth semi-automated
148 tests by following the instructions specified in the control file
149 (control.bluetooth) and then executing:
150
151 $ ./server/autoserv -r results.bluetooth -m <DUT_IP> \
152 -c client/site_tests/suite_HWQual/control.bluetooth
153
154
147 * Run the device on AC. Plug a power draw USB dongle in each USB port. 155 * Run the device on AC. Plug a power draw USB dongle in each USB port.
148 Run the max power draw test: 156 Run the max power draw test:
149 157
150 $ ./server/autoserv -r results.max_power_draw.ac -m <DUT_IP> \ 158 $ ./server/autoserv -r results.max_power_draw.ac -m <DUT_IP> \
151 -c client/site_tests/suite_HWQual/control.max_power_draw 159 -c client/site_tests/suite_HWQual/control.max_power_draw
152 160
153 161
154 * Run the device on battery. Plug a power draw USB dongle in each USB 162 * Run the device on battery. Plug a power draw USB dongle in each USB
155 port. Run the max power draw test: 163 port. Run the max power draw test:
156 164
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 * Make sure that there are no test failures in automatic, 209 * Make sure that there are no test failures in automatic,
202 semi-automatic, or manual test categories. Once all tests pass, 210 semi-automatic, or manual test categories. Once all tests pass,
203 package the result folders: 211 package the result folders:
204 212
205 $ tar cjf chromeos-hwqual-TAG-DATE.tar.bz2 results.* 213 $ tar cjf chromeos-hwqual-TAG-DATE.tar.bz2 results.*
206 214
207 Send the tarball to your Google technical support contact for 215 Send the tarball to your Google technical support contact for
208 review. 216 review.
209 217
210 218
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/suite_HWQual/control.bluetooth » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698