• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
12
13DOC = """
14This test will start a forced autoupdate at OOBE.
15It will create a custom lsb-release file listing the devserver that we will
16use for the update. Then move through OOBE to the update screen. Once the
17update starts, the test will return.
18
19This test will be used with the companion server side test
20autoupdate_ForcedOOBEUpdate. The server side test will be responsible for
21starting this test and deciding on the final result.
22"""
23
24job.run_test('autoupdate_StartOOBEUpdate')
25