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