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