• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "network"
17TEST_TYPE = "client"
18
19DOC = """
20  Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
21  server addresses via router announcements.
22"""
23
24job.run_test('network_Ipv6SimpleNegotiation')
25