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