1# Copyright 2020 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "kyleshima, Chromium OS" 6NAME = "autoupdate_InstallAndUpdateDLC" 7TEST_CATEGORY = "Functional" 8TEST_CLASS = "platform" 9TEST_TYPE = "client" 10PURPOSE = "Tests installing a DLC and doing an N-to-N update with DLC present." 11TIME = "SHORT" 12 13DOC = """ 14This test will first install a DLC and check that it was installed 15successfully. Then it will update the OS (N-to-N) and the DLC will get updated 16along with it. Testing that the DLC updated successfully will be done as part 17of a server test. 18""" 19 20job.run_test('autoupdate_InstallAndUpdateDLC')