blob: 0c52690e0c9a4d7fc97a6d5ee074973d29e9f992 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'wiley, pstew, quiche'
NAME = 'network_DhcpNak'
SUITE = 'network_nightly'
TIME = 'SHORT'
TEST_TYPE = 'client'
DOC = """
Tests handling of DHCP NAK messages. In particular, tests that
we accept DHCP NAK messages without a server-id. This is necessary
because some DHCP servers do not include a server-id in their
NAKs.
The test will fail if dhcpcd does not restart the DHCP process
when it receives a NAK without a server-id.
"""
job.run_test('network_DhcpNak')