1# Copyright 2016 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = 'angli, krisr'
6NAME = 'android_ACTS.Telephony_TMO_Nexus'
7TIME = 'LONG'
8TEST_TYPE = 'Server'
9ATTRIBUTES = 'suite:android_telephony_nexus_tmo'
10DEPENDENCIES = 'carrier:tmobile'
11
12DOC = """
13This test runs telephony Nexus sanity against phones with T-Mobile SIMs.
14"""
15
16def run(machine):
17    job.run_test('android_ACTS',
18                 testbed=hosts.create_testbed(machine),
19                 config_file='android1758-telephony-test-station.config',
20                 test_file='telephony_tmo_nexus',
21                 additional_configs=['simcard_list.json'],
22                 acts_timeout=25200)
23
24parallel_simple(run, machines)
25