blob: 62cb2b163e76479336d962faaadd1c5d42bb4b7b [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "kyleshima, The ChromiumOS Authors"
NAME = "autoupdate_InstallAndUpdateDLC"
METADATA = {
"contacts": [
"chromeos-core-services@google.com",
"chromeos-sw-engprod@google.com"
],
"bug_component": "b:908319",
"criteria": "Tests installing a DLC and doing an N-to-N update with DLC present."
}
TEST_TYPE = "client"
TIME = "SHORT"
PY_VERSION = 3
DOC = """
This test will first install a DLC and check that it was installed
successfully. Then it will update the OS (N-to-N) and the DLC will get updated
along with it. Testing that the DLC updated successfully will be done as part
of a server test.
"""
job.run_test('autoupdate_InstallAndUpdateDLC')