Home | History | Annotate | Download | only in network_DhcpBrokenDefaultGateway
      1 # Copyright 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'
      6 NAME = 'network_DhcpBrokenDefaultGateway'
      7 TIME = 'SHORT'
      8 TEST_TYPE = 'client'
      9 
     10 DOC = """
     11   Tests that we can negotiate a lease on an IPv4 address via DHCP from
     12   a server that provides a broken default gateway option.  Specifically,
     13   the gateway provided is outside the broadcast domain specified by the
     14   client IP address and prefix.  This test verifies that the client
     15   mitigates this issue by creating a link-scoped route to the gateway,
     16   or via some other method which allows the gateway route to be
     17   successfully added.
     18 
     19 """
     20 
     21 job.run_test('network_DhcpBrokenDefaultGateway')
     22