Home | History | Annotate | Download | only in network_DhcpNak
      1 # Copyright (c) 2014 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 = 'wiley, pstew, quiche'
      6 NAME = 'network_DhcpNak'
      7 ATTRIBUTES = "suite:network_nightly"
      8 TIME = 'SHORT'
      9 TEST_TYPE = 'client'
     10 
     11 DOC = """
     12   Tests handling of DHCP NAK messages. In particular, tests that
     13   we accept DHCP NAK messages without a server-id. This is necessary
     14   because some DHCP servers do not include a server-id in their
     15   NAKs.
     16 
     17   The test will fail if dhcpcd does not restart the DHCP process
     18   when it receives a NAK without a server-id.
     19 
     20 """
     21 
     22 job.run_test('network_DhcpNak')
     23