blob: e40d6e408b796d54ab730b58228616f90688d967 [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 = 'quiche, wiley'
NAME = 'network_DhcpNegotiationTimeout'
ATTRIBUTES = "suite:network_nightly"
TIME = 'SHORT'
TEST_TYPE = 'client'
PY_VERSION = 3
DOC = """
Tests that shill handles DHCP timeout in a reasonable way. In particular,
shill should not crash due a to a DHCP timeout.
Note that shill's DHCP timeout handling depends on the device technology.
This test only vaidates shill's handling of DHCP timeouts for Ethernet.
"""
job.run_test('network_DhcpNegotiationTimeout')