blob: 86c970a28318b09226db903d6a865eee71af8a34 [file] [log] [blame]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Checking if the Quality function works well with the
# Bluetooth keyboard and the HFP WBS streaming.
#
#
# Purpose: Check Quality function working well with multiple devices
# Deprecated variables:
# TIME = 'SHORT' # Approximately 2 mins
# TEST_CATEGORY = 'Functional'
from autotest_lib.server import utils
NAME = 'bluetooth_AdapterQRHealth.qr_hfp_wbs_dut_as_sink_cl_keyboard_test'
METADATA = {
'contacts': ['chromeos-bt-team@google.com'],
# ChromeOS > Platform > Connectivity > Bluetooth
'bug_component': 'b:167317',
'criteria': 'Pass all the Bluetooth log checking',
'hw_agnostic': False,
'life_cycle_stage': 'owner_monitored',
'requirements': ['bt-hciExt-0011-v01', 'bt-hciExt-0012-v01',
'bt-dbg-0009-v01', 'bt-dbg-0010-v01', 'bt-dbg-0011-v01']
}
ATTRIBUTES = ''
TEST_TYPE = 'server'
DEPENDENCIES = 'bluetooth_state:NORMAL, working_bluetooth_btpeer:2'
args_dict = utils.args_to_dict(args)
def run(machine):
host = hosts.create_host(machine)
job.run_test('bluetooth_AdapterQRHealth', host=host, num_iterations=1,
args_dict=args_dict, test_name=NAME.split('.')[1], tag='.'.join(NAME.split('.')[1:]))
parallel_simple(run, machines)