blob: 215ce221df839c901d01ab439b4c02ceb7273545 [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 = 'jaineelm, bettyzhou, krisr'
NAME = 'android_ACTS.Telephony_VZW_Mobility'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_nightly'
DEPENDENCIES = 'carrier:verizon_mobility'
DOC = """
This test runs telephony wifi-calling Mobility against an phones 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_wfc_mobility_vzw',
additional_configs=['simcard_list.json'],
testtracker_project_id=11349,
acts_timeout=25200)
parallel_simple(run, machines)