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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/hardware_RealtekCardReader/hardware_RealtekCardReader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_RealtekCardReader/control
diff --git a/client/site_tests/hardware_RealtekCardReader/control b/client/site_tests/hardware_RealtekCardReader/control
new file mode 100644
index 0000000000000000000000000000000000000000..f194e9bee6e4b7278828b8a46421b4228afebda8
--- /dev/null
+++ b/client/site_tests/hardware_RealtekCardReader/control
@@ -0,0 +1,21 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+NAME = 'hardware_RealtekCardReader'
+AUTHOR = 'The Chromium OS Authors'
+PURPOSE = 'Verify the Realtek card reader basically works.'
+CRITERIA = 'Fails if the Realtek card reader is not detected.'
+TIME='SHORT'
+TEST_CATEGORY = 'Functional'
+TEST_CLASS = "hardware"
+TEST_TYPE = 'client'
+
+DOC = """
+This test checks for the Realtek USB device and for any removable
+block devices.
+This test requires an SD card to be plugged in the SD slot.
+This test applies to x86 systems only.
+"""
+
+job.run_test('hardware_RealtekCardReader')
« 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