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

Unified Diff: client/site_tests/hardware_MultiReader/control

Issue 3184017: Add a test for multicard reader support. (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: Use os.path.dirname instead of a regular expression. 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_MultiReader/hardware_MultiReader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_MultiReader/control
diff --git a/client/site_tests/hardware_MultiReader/control b/client/site_tests/hardware_MultiReader/control
new file mode 100644
index 0000000000000000000000000000000000000000..0adca30b1883b18455c1a74d62ab9cb1a9dc1527
--- /dev/null
+++ b/client/site_tests/hardware_MultiReader/control
@@ -0,0 +1,20 @@
+# 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_MultiReader'
+AUTHOR = 'The Chromium OS Authors'
+PURPOSE = 'Verify a USB multi card reader basically works.'
+CRITERIA = 'Fails if no removable block devices are found.'
+TIME='SHORT'
+TEST_CATEGORY = 'Functional'
+TEST_CLASS = "hardware"
+TEST_TYPE = 'client'
+
+DOC = """
+This test checks for any removable block devices.
+It assumes a multi card reader is plugged in to USB and that it
+has media installed such as (for example) an SD card.
+"""
+
+job.run_test('hardware_MultiReader')
« no previous file with comments | « no previous file | client/site_tests/hardware_MultiReader/hardware_MultiReader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698