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