blob: 6d972d6420b681f33e40a1e6353d081c2446e4f5 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'tturney'
NAME = 'android_ACTS.BluetoothRfcommLongevityTest'
TIME = 'Long'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_bluetooth_longev_rfcomm'
DEPENDENCIES = 'bluetoothcell'
DOC = """
This test runs BluetoothRfcommLongevityTest against a Bluetooth test bed.
"""
import common
from autotest_lib.server import utils
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-bluetooth.config',
test_tracker_project_id=11404,
testtracker_owner='android-comms-tvc@google.com',
acts_timeout=172800,
test_file='bt_rfcomm_longevity')
parallel_simple(run, machines)