Home | History | Annotate | Download | only in network_DhcpFQDN
      1 # Copyright (c) 2015 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 = 'pstew, quiche, wiley'
      6 NAME = 'network_DhcpFQDN'
      7 TIME = 'SHORT'
      8 TEST_TYPE = 'client'
      9 
     10 DOC = """
     11   Tests that DHCP option 81 (Fully Qualified Domain Name) is successfully
     12   accepted.  It was observed that this caused a crash in dhcpcd in some
     13   releases.  This test ensures that the DHCP client does not regress to
     14   repeat this failure by ensuring that the DHCP client succeeds long enough
     15   to provide an IPConfig back to shill.
     16 
     17 """
     18 
     19 job.run_test('network_DhcpFQDN')
     20