blob: 8c7dcf2b2bb25d4a592e38d97ab4734c2a6f5c9c [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 = 'angli, krisr'
NAME = 'android_ACTS.TelephonyATTSanity'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
DOC = """
This test runs telephony sanity against an phones with AT&T SIMs.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-telephony-test-station.config',
test_file='telephony_att_sanity')
parallel_simple(run, machines)