19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
# 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.
|
|
|
|
AUTHOR = 'wiley, pstew, quiche'
|
|
NAME = 'network_DhcpNegotiationSuccess'
|
|
ATTRIBUTES = "suite:network_nightly"
|
|
TIME = 'SHORT'
|
|
TEST_TYPE = 'client'
|
|
|
|
DOC = """
|
|
Tests that we can negotiate a lease on an IPv4 address via DHCP. This test
|
|
will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
|
|
bad behavior from the server.
|
|
|
|
"""
|
|
|
|
job.run_test('network_DhcpNegotiationSuccess')
|