1# Copyright (c) 2018 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 = "Intel" 6NAME = "bluetooth_TurnOnOffUI" 7PURPOSE = "To test the DUT state on BT turned on/off through UI" 8CRITERIA = "Fail if any hang or crash" 9ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "Bluetooth" 13TEST_TYPE = "client" 14DOC = """ 15Go to settings and turn on/off BT 16Command to execute is 17test_that -b $BOARD $DUT_IP $TEST 18""" 19 20job.run_test("bluetooth_TurnOnOffUI", iteration_count=30, tag="UI")