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 5 AUTHOR = 'wiley, pstew, quiche' 6 NAME = 'network_DhcpVendorEncapsulatedOptions' 7 TIME = 'SHORT' 8 TEST_TYPE = 'client' 9 10 DOC = """ 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 18 job.run_test('network_DhcpVendorEncapsulatedOptions') 19