1# Copyright (c) 2015 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 = 'pstew, quiche, wiley' 6NAME = 'network_DhcpFQDN' 7TIME = 'SHORT' 8TEST_TYPE = 'client' 9 10DOC = """ 11 Tests that DHCP option 81 (Fully Qualified Domain Name) is successfully 12 accepted. It was observed that this caused a crash in dhcpcd in some 13 releases. This test ensures that the DHCP client does not regress to 14 repeat this failure by ensuring that the DHCP client succeeds long enough 15 to provide an IPConfig back to shill. 16 17""" 18 19job.run_test('network_DhcpFQDN') 20