blob: 736939301a2540be72d75902ee4588c8d5d7ffd8 [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.
"""
SUITE = "bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "bluetooth"
TEST_TYPE = "client"
DOC = """
Checks the Bluetooth ID of the system. If it is not "00E0:24..:0400", the
test will fail. It does not check the platform-specific number. A platform
should not FSI without an assigned Bluetooth ID from Google.
"""
job.run_test('bluetooth_IDCheck')