blob: e88726d96bf1cba5b531d06c42aa6f9ba01930bf [file] [log] [blame]
Scott James Remnant31847602013-07-31 16:33:59 -07001# 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
5AUTHOR = "Chrome OS Team"
6NAME = "bluetooth"
7PURPOSE = "Automated testing of Bluetooth."
Scott James Remnant31847602013-07-31 16:33:59 -07008
9TIME = "LONG"
10TEST_CATEGORY = "General"
11TEST_CLASS = "suite"
12TEST_TYPE = "Server"
13
14DOC = """
Shijin Abraham8dfa9a62019-07-25 15:13:16 -070015This suite runs the complete set of stable Bluetooth functional tests for our hardware and
16software.
17
18suite:bluetooth is a combination of suite:bluetooth_standalone and suite:bluetooth_e2e
Scott James Remnant31847602013-07-31 16:33:59 -070019"""
20
21import common
22from autotest_lib.server.cros.dynamic_suite import dynamic_suite
23
Shijin Abraham8dfa9a62019-07-25 15:13:16 -070024args_dict['name'] = NAME
Shuqian Zhao24785cc2015-06-01 16:32:18 -070025args_dict['add_experimental'] = True
Shuqian Zhao24785cc2015-06-01 16:32:18 -070026args_dict['job'] = job
27
28dynamic_suite.reimage_and_run(**args_dict)