Home | History | Annotate | Download | only in network_DhcpRenewWithOptionSubset
      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_DhcpRenewWithOptionSubset'
      7 TIME = 'SHORT'
      8 TEST_TYPE = 'client'
      9 
     10 DOC = """
     11   Tests that shill can renew leases through dhcpcd.  In particular,
     12   this test replies to a DHCPREQUEST method with a subset of the
     13   DHCP parameters it sent in the original DHCPOFFER, and observe
     14   whether the client can retain those options itself.
     15 
     16   This test fails if shill fails to renew the lease, or if the
     17   parameters in the resulting ifconfig do not retain the values from
     18   the DHCPOFFER.
     19 """
     20 
     21 job.run_test('network_DhcpRenewWithOptionSubset')
     22