• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 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 = 'bettyzhou, jaineelm, krisr'
6NAME = 'android_ACTS.Telephony_Callbox_VZW_Angler'
7TIME = 'LONG'
8TEST_TYPE = 'Server'
9ATTRIBUTES = 'suite:android_telephony_callbox'
10DEPENDENCIES = 'carrier:callbox'
11
12DOC = """
13This test runs telephony callbox test with Verizon test SIM.
14"""
15
16def run(machine):
17    job.run_test('android_ACTS',
18                 testbed=hosts.create_testbed(machine),
19                 config_file='telephony-callbox-vzw-angler.config',
20                 test_file='telephony_vzw_anritsu_callbox',
21                 additional_configs=['simcard_list.json'],
22                 testtracker_project_id=11349,
23                 valid_job_urls_only=True,
24                 override_build_url='git_master-release/sailfish-userdebug/latest',
25                 testtracker_owner='android-comms-tvc@google.com',
26                 testtracker_extra_env="verizon",
27                 acts_timeout=36000)
28
29parallel_simple(run, machines)
30