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 5 AUTHOR = "kathrelkeld" 6 NAME = "bluetooth_IDCheck" 7 PURPOSE = "Check whether the chromebook is using a Google Bluetooth ID." 8 CRITERIA = """ 9 This test will fail if the Bluetooth ID does not match the expected format. 10 """ 11 ATTRIBUTES = "suite:bvt-perbuild" 12 SUITE = "bvt-perbuild" 13 TIME = "SHORT" 14 TEST_CATEGORY = "Functional" 15 TEST_CLASS = "bluetooth" 16 TEST_TYPE = "client" 17 DEPENDENCIES = 'bluetooth' 18 19 DOC = """ 20 Checks the Bluetooth ID of the system. If it is not "00E0:24..:0400", the 21 test will fail. It does not check the platform-specific number. A platform 22 should not FSI without an assigned Bluetooth ID from Google. 23 """ 24 25 job.run_test('bluetooth_IDCheck') 26