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