blob: 385dc207cbf55df09406e5de8d443b1622b37d4d [file] [log] [blame]
# Copyright 2017 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 = 'ajanti'
NAME = 'android_ACTS.BluetoothPowerTest_LDAC_HI_RES_MUSIC'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_bluetooth_power'
DEPENDENCIES = 'bluetooth_power,sony_relay'
DOC = """
This test runs power tests for LDAC codec with Hi Res music file
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-codecs.config',
test_file='bt_power_test_ldac_hi_res_music',
additional_apks=[{'apk':'PMC.apk', 'package':'com.android.pmc', 'artifacts':'tests.zip'}],
additional_configs=['android1758-power-test-station-codecs-relay-station-2.config',
'android1758-power-test-station-codecs-relay-station-3.config',
'android1758-power-test-station-codecs-relay-station-5.config',
'android1758-power-test-station-codecs-relay-station-6.config'],
acts_timeout=86400)
parallel_simple(run, machines)