blob: b3cd9b3e3736b79ff878202b1cb0dedeedfbb299 [file] [log] [blame]
Katherine Threlkeld129d0f42015-03-12 15:01:01 -07001# Copyright 2015 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 = "kathrelkeld"
6NAME = "bluetooth_IDCheck"
7PURPOSE = "Check whether the chromebook is using a Google Bluetooth ID."
8CRITERIA = """
9This test will fail if the Bluetooth ID does not match the expected format.
10"""
Shijin Abrahamd5577b52019-07-26 22:37:42 -070011ATTRIBUTES = "suite:bvt-perbuild, suite:bluetooth_flaky"
Katherine Threlkeld129d0f42015-03-12 15:01:01 -070012TIME = "SHORT"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "bluetooth"
15TEST_TYPE = "client"
Katherine Threlkeldbd0b4f42015-09-04 16:43:38 -070016DEPENDENCIES = 'bluetooth'
Katherine Threlkeld129d0f42015-03-12 15:01:01 -070017
18DOC = """
Katherine Threlkeldf5708002016-02-17 15:32:18 -080019Checks the Bluetooth ID and Alias of the system. If the ID is not
20"00E0:24..:0400" or the name is not like 'Chromebook_1234' (or Chromebox, etc.),
21the test will fail. It does not check the platform-specific number in the ID.
22
23A platform should not FSI without an assigned Bluetooth ID from Google.
24
Katherine Threlkeld129d0f42015-03-12 15:01:01 -070025"""
26
27job.run_test('bluetooth_IDCheck')