blob: d511f6311a5942f3ab00f3f9ad0b63b51b9638ee [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.Telephony_SPT_Basic'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_nexus_spt'
DEPENDENCIES = 'carrier:sprint'
DOC = """
This test runs telephony sanity against an phones with Sprint SIMs.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-telephony-test-station.config',
test_file='telephony_spt_basic',
additional_configs=['simcard_list.json'],
acts_timeout=18000)
parallel_simple(run, machines)