• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 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_DisconnectReconnectNetwork"
7TEST_CATEGORY = "Functional"
8TEST_CLASS = "platform"
9TEST_TYPE = "client"
10PURPOSE = "Kill the network, ensure update engine doesn't continue, reconnect."
11TIME = "SHORT"
12
13DOC = """
14This test is used to pull the network cable from the DUTs and ensure that
15update_engine is able to continue with the update after it is done.
16
17The length of time the test waits can be configured by passing in a
18time_without_network=X variable. X is defined in seconds.
19
20This test will not be run standalone. It will be kicked off from a server
21side test.
22"""
23
24job.run_test('autoupdate_DisconnectReconnectNetwork')
25