blob: 1df0ecde493c1f8016ef0c2ecda3fc910f09da40 [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 = 'jimtan'
NAME = 'android_ACTS.BluetoothPowerTest'
TIME = 'LONG'
TEST_TYPE = 'Server'
DOC = """
This test runs Bluetooth Power tests
against a Bluetooth Power test beds.
"""
import common
from autotest_lib.server import utils
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-power-test-station.config',
test_file='bt_power_test',
additional_apks=[{'apk':'PMC.apk', 'package':'com.android.pmc'}],
acts_timeout=86400,
additional_configs=['bt_configs', 'bt_music']
)
parallel_simple(run, machines)