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

Side by Side Diff: client/site_tests/hardware_RealtekCardReader/control

Issue 3129013: Add an SD card reader test. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Rename test to hardware_RealtekCardReader. 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
« no previous file with comments | « no previous file | client/site_tests/hardware_RealtekCardReader/hardware_RealtekCardReader.py » ('j') | 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 = 'hardware_RealtekCardReader'
6 AUTHOR = 'The Chromium OS Authors'
7 PURPOSE = 'Verify the Realtek card reader basically works.'
8 CRITERIA = 'Fails if the Realtek card reader is not detected.'
9 TIME='SHORT'
10 TEST_CATEGORY = 'Functional'
11 TEST_CLASS = "hardware"
12 TEST_TYPE = 'client'
13
14 DOC = """
15 This test checks for the Realtek USB device and for any removable
16 block devices.
17 This test requires an SD card to be plugged in the SD slot.
18 This test applies to x86 systems only.
19 """
20
21 job.run_test('hardware_RealtekCardReader')
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/hardware_RealtekCardReader/hardware_RealtekCardReader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698