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