xref: /aosp_15_r20/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2017 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 = "dhaddock, Chromium OS"
6NAME = "autoupdate_StartOOBEUpdate"
7TEST_CATEGORY = "Functional"
8TEST_CLASS = "platform"
9TEST_TYPE = "client"
10PURPOSE = "Start a forced autoupdate at OOBE."
11TIME = "SHORT"
12PY_VERSION = 3
13
14DOC = """
15This test will start a forced autoupdate at OOBE.
16It will create a custom lsb-release file listing the devserver that we will
17use for the update. Then move through OOBE to the update screen. Once the
18update starts, the test will return.
19
20This test will be used with the companion server side test
21autoupdate_ForcedOOBEUpdate. The server side test will be responsible for
22starting this test and deciding on the final result.
23"""
24
25job.run_test('autoupdate_StartOOBEUpdate')
26