blob: bcda9edc4ca62c1c33187a66fce9421f05f136f3 [file] [log] [blame]
# Copyright 2016 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_VZW_Conf_NoCEP'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_telephony_nightly_vzw'
DEPENDENCIES = 'carrier:verizon,telephony:cep'
DOC = """
This test runs telephony sanity 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_vzw_conf_nocep',
additional_configs=['simcard_list.json'])
parallel_simple(run, machines)