blob: 08a52b05fba0068e57c34e3b15ec464213e73563 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "network_Ipv6SimpleNegotiation"
PURPOSE = "Verify IPv6 negotions can succeed in the most normal case"
CRITERIA = """
This test fails if the kernel IPv6 code can successfully negotiate a
globally scoped address. Run a DHCP negotiation at the same time,
since this is currently required to gain connectivity in ChromeOS.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that we can acquire an IPv6 globally scoped address via router
announcements.
"""
job.run_test('network_Ipv6SimpleNegotiation')