1 # Copyright (c) 2013 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 = "Chrome OS Team" 6 NAME = "bluetooth_RegressionClient" 7 TIME = "MEDIUM" 8 TEST_CATEGORY = "Benchmark" 9 TEST_CLASS = "bluetooth" 10 TEST_TYPE = "client" 11 12 13 DOC = """ 14 Client Side Bluetooth Semi-Auto Regression Tests. 15 16 Implements most of the Bluetooth Regression Tests with some tester 17 interaction (putting external devices in pairing mode, verifying audio 18 quality, etc.). 19 """ 20 21 job.run_test('bluetooth_RegressionClient', args) 22 23