1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'wiley, pstew, quiche' 6NAME = 'network_DhcpVendorEncapsulatedOptions' 7TIME = 'SHORT' 8TEST_TYPE = 'client' 9 10DOC = """ 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from 12 a server that provides the Vendor Encapsulated Options option. Test 13 that a properly formatted Vendor Encapsulated Options field causes 14 the Ethernet service to report that it is tethered. 15 16""" 17 18job.run_test('network_DhcpVendorEncapsulatedOptions') 19