blob: a33bf83f23fca1720eaf2268955e057ad7a225d1 [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_Callbox_VZW_Marlin'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_callbox'
DEPENDENCIES = 'carrier:callbox'
DOC = """
This test runs telephony callbox test with Verizon test SIM.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='telephony-callbox-vzw-marlin.config',
test_file='telephony_vzw_anritsu_callbox',
additional_configs=['simcard_list.json'],
testtracker_project_id=11349,
valid_job_urls_only=True,
override_build_url='git_master-release/sailfish-userdebug/latest',
testtracker_owner='android-comms-tvc@google.com',
testtracker_extra_env="verizon",
acts_timeout=36000)
parallel_simple(run, machines)