blob: 3e91ae80575c03920c8511a72abd56a3ff7083f1 [file] [log] [blame]
# Copyright (c) 2013 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 = 'keybuk@chromium.org'
NAME = 'bluetooth_Sanity_AdapterPresent'
SUITE = 'bluetooth,bluetooth_sanity'
TIME = 'SHORT'
TEST_CLASS = 'bluetooth'
TEST_TYPE = 'Server'
DEPENDENCIES = 'bluetooth,wificell'
DOC = """
Verify that the device has a Bluetooth adapter and that it's visible to both
the Kernel and the Bluetooth daemon.
"""
def run(machine):
device_host = hosts.create_host(machine)
job.run_test('bluetooth_Sanity_AdapterPresent',
device_host=device_host,
tester_host=None,
interactive=False)
parallel_simple(run, machines)