1# 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""" 11ATTRIBUTES = "suite:bvt-perbuild" 12SUITE = "bvt-perbuild" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "bluetooth" 16TEST_TYPE = "client" 17DEPENDENCIES = 'bluetooth' 18 19DOC = """ 20Checks the Bluetooth ID of the system. If it is not "00E0:24..:0400", the 21test will fail. It does not check the platform-specific number. A platform 22should not FSI without an assigned Bluetooth ID from Google. 23""" 24 25job.run_test('bluetooth_IDCheck') 26