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_DhcpNak' 7ATTRIBUTES = "suite:network_nightly" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12 Tests handling of DHCP NAK messages. In particular, tests that 13 we accept DHCP NAK messages without a server-id. This is necessary 14 because some DHCP servers do not include a server-id in their 15 NAKs. 16 17 The test will fail if dhcpcd does not restart the DHCP process 18 when it receives a NAK without a server-id. 19 20""" 21 22job.run_test('network_DhcpNak') 23