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_VT' 7TIME = 'MEDIUM' 8TEST_TYPE = 'Server' 9 10DOC = """ 11This test runs telephony sanity against an phones with T-Mobile SIMs. 12""" 13 14def run(machine): 15 job.run_test('android_ACTS', 16 testbed=hosts.create_testbed(machine), 17 config_file='android1758-telephony-test-station.config', 18 test_file='telephony_tmo_vt', 19 additional_configs=['simcard_list.json']) 20 21parallel_simple(run, machines) 22