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 = "ChromeOS Team" 6NAME = "network_Ipv6SimpleNegotiation" 7PURPOSE = "Verify IPv6 negotiation can succeed in the most normal case" 8CRITERIA = """ 9This test fails if the kernel IPv6 code cannot successfully negotiate a 10globally scoped address and obtain IPv6 DNS server addresses through 11RDNSS via an IPv6 router. 12""" 13ATTRIBUTES = "suite:network_nightly" 14SUITE = "network_nightly" 15TIME = "SHORT" 16TEST_CATEGORY = "Functional" 17TEST_CLASS = "network" 18TEST_TYPE = "client" 19 20DOC = """ 21 Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS 22 server addresses via router announcements. 23""" 24 25job.run_test('network_Ipv6SimpleNegotiation') 26