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