blob: cfd42e72b16bb3635737e5a4b606d389ae7dc64a [file] [log] [blame]
# Copyright 2017 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "kerrnel@chromium.org, ejcaruso@chromium.org"
NAME = "platform_ImageLoaderServer"
METADATA = {
"contacts": ["chromeos-core-services@google.com"],
"bug_component": "b:188251",
"criteria": "Integration testing of imageloader through DBus cmdline."
}
TIME = "SHORT"
TEST_TYPE = "server"
ATTRIBUTES = "suite:bvt-perbuild, suite:distributed_lab_qual_bvt_shard2"
DOC = """
This test runs ImageLoader through its various dbus and command line
interfaces. This is the server side autotest which downloads the correct
components from Google Storage and loads them onto the DUT.
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test('platform_ImageLoaderServer', host=host)
parallel_simple(run, machines)