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"
8SUITE = 'network_nightly'
9TIME = 'SHORT'
10TEST_TYPE = 'client'
11
12DOC = """
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
23job.run_test('network_DhcpNak')
24