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