• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 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 = "shafit, Chromium OS, chromeos-cross-device-eng@google.com"
6NAME = "bluetooth_FastPairUI"
7PURPOSE = "To test the Fast Pair feature"
8CRITERIA = "Fail if any hang or crash"
9ATTRIBUTES = ''
10TIME = "MEDIUM"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "Bluetooth"
13TEST_TYPE = "client"
14PY_VERSION = 3
15
16DOC = """
17This test is used in conjunction with the bluetoothFastPair server test. The
18server test sets up the enviornment (e.g. create a Fast Pair device and start
19scanning), and then invokes this test to run through the UI and attempt to pair
20the device.
21"""
22
23job.run_test("bluetooth_FastPairUI")
24