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' 10PY_VERSION = 3 11 12DOC = """ 13 Tests that shill handles DHCP timeout in a reasonable way. In particular, 14 shill should not crash due a to a DHCP timeout. 15 16 Note that shill's DHCP timeout handling depends on the device technology. 17 This test only vaidates shill's handling of DHCP timeouts for Ethernet. 18""" 19 20job.run_test('network_DhcpNegotiationTimeout') 21