# Copyright (c) 2015 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 = 'pstew, quiche, wiley' | |
NAME = 'network_DhcpMTU' | |
TIME = 'SHORT' | |
TEST_TYPE = 'client' | |
DOC = """ | |
Tests that MTU parameters are successfully configured on the interface. | |
This test fails if the MTU parameter doesn't appear in the IPConfig, or | |
if the interface MTU is not set to the value negotiated. | |
""" | |
job.run_test('network_DhcpMTU') |