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_AdapterSanity" 7PURPOSE = "Basic sanity test for Bluetooth adapter." 8CRITERIA = """ 9This test will fail if there are any basic problems with the Bluetooth adapter. 10""" 11ATTRIBUTES = "suite:bvt-perbuild" 12SUITE = "bvt-perbuild" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "touch" 16TEST_TYPE = "client" 17DEPENDENCIES = 'bluetooth' 18 19DOC = """ 20Uses dbus commands to enable the adapter then disable it. Test will fail if 21the adapter is not found. Older boards without Bluetooth are ignored. 22""" 23 24job.run_test('bluetooth_AdapterSanity') 25