blob: 45756e3b1da3be31e20c7860257fac108edec2ed [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 = 'bettyzhou, jaineelm, krisr'
NAME = 'android_ACTS.Telephony_MTV_VZW_Data'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_nightly'
DEPENDENCIES = 'carrier:verizon,telephony:data,location:mtv'
DOC = """
This test runs telephony data tests against devices with Verizon SIMs.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-telephony-test-station.config',
test_file='telephony_vzw_data',
additional_configs=['simcard_list.json'],
testtracker_project_id=11349,
testtracker_owner='android-comms-tvc@google.com',
testtracker_extra_env="verizon",
acts_timeout=36000)
parallel_simple(run, machines)