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" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "bluetooth" 15TEST_TYPE = "client" 16DEPENDENCIES = 'bluetooth' 17 18DOC = """ 19Checks 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 25""" 26 27job.run_test('bluetooth_IDCheck') 28