Home | History | Annotate | Download | only in network_DhcpNegotiationTimeout
      1 # Copyright (c) 2013 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 = 'quiche, wiley'
      6 NAME = 'network_DhcpNegotiationTimeout'
      7 ATTRIBUTES = "suite:network_nightly"
      8 SUITE = 'network_nightly'
      9 TIME = 'SHORT'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13   Tests that shill handles DHCP timeout in a reasonable way. In particular,
     14   shill should not crash due a to a DHCP timeout.
     15 
     16   Note that shill's DHCP timeout handling depends on the device technology.
     17   This test only vaidates shill's handling of DHCP timeouts for Ethernet.
     18 """
     19 
     20 job.run_test('network_DhcpNegotiationTimeout')
     21