1 # Copyright 2015 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 = "ChromeOS Team" 6 NAME = "network_Dhcpv6Basic" 7 PURPOSE = "Verify DHCPv6 negotiation can succeed in the most normal case" 8 CRITERIA = """ 9 This test fails if the device cannot successfully negotiate a lease for 10 non-temporary address and prefix delegation via DHCPv6 server. 11 """ 12 # TODO(zqiu): assign this test to an appropriate test suite. 13 TIME = "SHORT" 14 TEST_CATEGORY = "Functional" 15 TEST_CLASS = "network" 16 TEST_TYPE = "client" 17 18 DOC = """ 19 Tests that we can acquire an DHCPv6 non-temporary address and prefix 20 delegation from DHCPv6 server. 21 """ 22 23 job.run_test('network_Dhcpv6Basic') 24