blob: be01721304072e4dd54cdb3838416f838ddcbbbd [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "kathrelkeld"
NAME = "bluetooth_IDCheck"
PURPOSE = "Check whether the chromebook is using a Google Bluetooth ID."
CRITERIA = """
This test will fail if the Bluetooth ID does not match the expected format.
"""
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "bluetooth"
TEST_TYPE = "client"
DEPENDENCIES = 'bluetooth'
DOC = """
Checks the Bluetooth ID and Alias of the system. If the ID is not
"00E0:24..:0400" or the name is not like 'Chromebook_1234' (or Chromebox, etc.),
the test will fail. It does not check the platform-specific number in the ID.
A platform should not FSI without an assigned Bluetooth ID from Google.
"""
job.run_test('bluetooth_IDCheck')