blob: f41a29b85d69d8471e64b32d4b1b9d9f2572f504 [file] [log] [blame]
# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "dhaddock, ChromiumOS"
NAME = "autoupdate_Cellular.full.verizon"
METADATA = {
"contacts": [
"chromeos-core-services@google.com",
"chromeos-sw-engprod@google.com"
],
"bug_component": "b:908319",
"criteria": "Test autoupdate over cellular with a full payload."
}
TIME = "SHORT"
TEST_TYPE = "server"
# Disable due to b/190648331, full payload tests exceed autotest SSH timeout.
# ATTRIBUTES = "suite:cellular_au"
DEPENDENCIES = "carrier:verizon"
DOC = """
This tests autoupdate over a cellular connection.
test_that <hostname>.cros autoupdate_Cellular --args="build=RXX-XXXX.X.X"
"""
from autotest_lib.client.common_lib import utils
args_dict = utils.args_to_dict(args)
def run(machine):
host = hosts.create_host(machine)
job.run_test('autoupdate_Cellular', host=host, **args_dict)
job.parallel_simple(run, machines)