| # 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. |
| |
| AUTHOR = "Chrome OS Team" |
| NAME = "BluetoothSemiAuto" |
| PURPOSE = "Verify the basic functionality of the Bluetooth adapter." |
| CRITERIA = """ |
| If no Bluetooth devices are found, or the user does not input an answer to the |
| dialog box this test will fail. |
| """ |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "Hardware" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This is a Chrome-based semi-automated test that checks the basic functionality |
| of the Bluetooth adapter and software stack. Before running the test, switch |
| all Bluetooth devices (mouse, keyboard, headset) into pairing mode, or follow |
| the instructions displayed on the Device under Test. |
| """ |
| |
| job.run_test('hardware_BluetoothSemiAuto') |