blob: 2b4b6003705ac499a442615ee8a791234c358ded [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_NonBlockingOOBEUpdate.delta"
METADATA = {
"contacts": [
"chromeos-core-services@google.com",
"chromeos-sw-engprod@google.com"
],
"bug_component": "b:908319",
"criteria": "Tests non-forced update at OOBE."
}
TIME = "MEDIUM"
TEST_TYPE = "server"
ATTRIBUTES = "suite:au-oobe, suite:au_fsi"
DOC = """
This tests an update is available at OOBE but there is no deadline set.
Refer to autoupdate_Basic's control.delta file for instructions on how to run
this test locally from your workstation.
"""
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_NonBlockingOOBEUpdate', host=host,
full_payload=False, **args_dict)
job.parallel_simple(run, machines)