1# Copyright (c) 2013 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 = 'quiche, wiley' 6NAME = 'network_DhcpNegotiationTimeout' 7ATTRIBUTES = "suite:network_nightly" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12 Tests that shill handles DHCP timeout in a reasonable way. In particular, 13 shill should not crash due a to a DHCP timeout. 14 15 Note that shill's DHCP timeout handling depends on the device technology. 16 This test only vaidates shill's handling of DHCP timeouts for Ethernet. 17""" 18 19job.run_test('network_DhcpNegotiationTimeout') 20