blob: 5d8ddbd4dc90c2b00c79d583d92808c02db10711 [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 = 'krisr, bmahadev, gmoturu'
NAME = 'android_ACTS.WiFiTelCoex'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_wifi_tel_coex'
DOC = """
This test runs WiFi Tel Coex tests.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-test-station-48-coex.config',
test_file='wifi_tel_coex',
additional_configs=['android1758-test-station-48-simcard-list.json'],
testtracker_owner='android-comms-tvc@google.com',
additional_apks=[{'apk':'ConnectivityUIDTest.apk', 'package':'com.android.tests.connectivity.uid', 'artifacts':'tests.zip'}],
testtracker_project_id=733,
acts_timeout=36000)
parallel_simple(run, machines)