1# Copyright (c) 2011 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_DhcpRenew' 7ATTRIBUTES = "suite:network_nightly" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12 Tests that shill can renew leases through dhcpcd, and deconfigures an 13 interface when the DHCP server does not renew the license. 14 15 This test fails if shill ignores the T1, T2, or lease timeouts. Since 16 the logic handling these timeouts is handled through dhcpcd, this tests 17 some of the interraction between shill and dhcpcd. 18""" 19 20job.run_test('network_DhcpRenew') 21