1# Copyright (c) 2014 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 5AUTHOR = "kathrelkeld" 6NAME = "bluetooth_AdapterHealth" 7PURPOSE = "Basic health test for Bluetooth adapter." 8CRITERIA = """ 9This test will fail if there are any basic problems with the Bluetooth adapter. 10""" 11ATTRIBUTES = "" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "touch" 15TEST_TYPE = "client" 16DEPENDENCIES = 'bluetooth' 17 18DOC = """ 19Uses dbus commands to enable the adapter then disable it. Test will fail if 20the adapter is not found. Older boards without Bluetooth are ignored. 21""" 22 23job.run_test('bluetooth_AdapterHealth') 24