blob: 6b152f3f2dccdb45065f1bc97e11c35e9b0454e7 [file] [log] [blame]
# Copyright (c) 2013 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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = 'pstew, quiche, wiley'
NAME = 'network_DhcpWpadNegotiation'
ATTRIBUTES = "suite:network_nightly"
TIME = 'SHORT'
TEST_TYPE = 'client'
PY_VERSION = 3
DOC = """
Tests that we can negotiate a lease on an IPv4 address via DHCP from a server
that provides the Web Proxy Auto Discovery option. This test fails if dhcpcd
is unable to negotiate a DHCP lease, or if shill fails to report the WPAD
parameter sent by the server.
"""
job.run_test('network_DhcpWpadNegotiation')