blob: 07f3a64063f4d92fc004752adfac109684d82386 [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_Germany_Vodafone_Roaming'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_international_roaming'
DEPENDENCIES = 'carrier:germany_vodafone,location:mtv'
DOC = """
This test runs telephony sanity against phones with Germany Vodaphone SIMs
roaming in US.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-telephony-germany-vodafone-mtv.config',
test_file='telephony_international_roaming',
additional_configs=['simcard_list.json', 'tel_data'],
testtracker_project_id=11349,
testtracker_owner='android-comms-tvc@google.com',
testtracker_extra_env="germany_vodafone_mtv",
acts_timeout=36000)
parallel_simple(run, machines)