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