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 5NAME = 'hardware_MultiReader' 6AUTHOR = 'The Chromium OS Authors' 7PURPOSE = 'Verify a USB multi card reader basically works.' 8CRITERIA = 'Fails if no removable block devices are found.' 9TIME='SHORT' 10TEST_CATEGORY = 'Functional' 11TEST_CLASS = "hardware" 12TEST_TYPE = 'client' 13 14DOC = """ 15This test checks for any removable block devices. 16It assumes a multi card reader is plugged in to USB and that it 17has media installed such as (for example) an SD card. 18""" 19 20job.run_test('hardware_MultiReader') 21