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 5AUTHOR = 'wiley, pstew, quiche' 6NAME = 'network_DhcpRenewWithOptionSubset' 7TIME = 'SHORT' 8TEST_TYPE = 'client' 9 10DOC = """ 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 21job.run_test('network_DhcpRenewWithOptionSubset') 22