blob: 3e2224f692ca6fef5a0c5881790cd81d818cd17d [file] [log] [blame]
# Copyright (c) 2011 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 = 'wiley, pstew, quiche'
NAME = 'network_DhcpRenew'
ATTRIBUTES = "suite:network_nightly"
TIME = 'SHORT'
TEST_TYPE = 'client'
PY_VERSION = 3
DOC = """
Tests that shill can renew leases through dhcpcd, and deconfigures an
interface when the DHCP server does not renew the license.
This test fails if shill ignores the T1, T2, or lease timeouts. Since
the logic handling these timeouts is handled through dhcpcd, this tests
some of the interraction between shill and dhcpcd.
"""
job.run_test('network_DhcpRenew')