blob: 06e36a76bb59a46d3f3c28b5331fb1664243b3c6 [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.
AUTHOR = "ChromeOS Team"
NAME = "network_DhcpNonAsciiParameter"
PURPOSE = "Verify DHCP negotions can succeed with non-ASCII DHCP parameters"
SUITE = "network_nightly"
CRITERIA = """
This test fails if dhcpcd is unable to negotiate and renew a DHCP lease
if the server returns a string parameter with non-ASCII parameters, which
need to be sanitized before sending to DBus.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that we can negotiate a lease on an IPv4 address via DHCP.
"""
job.run_test('network_DhcpNonAsciiParameter')