• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2020 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 = "ChromeOS Bluetooth Team"
6NAME = "bluetooth_floss_cq"
7PURPOSE = "Bluetooth tests to be included in rfcell CQ for Project Floss"
8
9TIME = "Medium"
10TEST_CATEGORY = "General"
11TEST_CLASS = "suite"
12TEST_TYPE = "Server"
13
14DOC = """
15This suite contains bluetooth tests that require Bluetooth peers
16to be run in rfcell CQ for changes in Floss project
17
18Details of Bluetooth suites can be found at
19https://g3doc.corp.google.com/company/teams/chrome/ops/chromeos/engprod/connectivity/bluetooth/automated_tests_and_lab.md
20"""
21
22import common
23from autotest_lib.server.cros.dynamic_suite import dynamic_suite
24
25args_dict['name'] = NAME
26args_dict['add_experimental'] = True
27args_dict['job'] = job
28
29dynamic_suite.reimage_and_run(**args_dict)
30