blob: 2f349d5e29c574316d2ea50ac59de33e6a1434f2 [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, krisr'
NAME = 'android_ACTS.Telephony_Spain_Vodaphone_Roaming_Basic'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_international_roaming'
DEPENDENCIES = 'carrier:spain_vodaphone'
DOC = """
This test runs telephony sanity against phones with Spain Vodaphone SIMs roaming
in US.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='android1758-telephony-test-station.config',
test_file='telephony_international_roaming',
additional_configs=['simcard_list.json'],
acts_timeout=18000)
parallel_simple(run, machines)