blob: 15091ab0c8b3a1b050883058865fc3f4a7729e61 [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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "ChromeOS Team"
NAME = "network_Ipv6SimpleNegotiation"
PURPOSE = "Verify IPv6 negotiation can succeed in the most normal case"
CRITERIA = """
This test fails if the kernel IPv6 code cannot successfully negotiate a
globally scoped address and obtain IPv6 DNS server addresses through
RDNSS via an IPv6 router.
"""
ATTRIBUTES = "suite:network_nightly"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
PY_VERSION = 3
DOC = """
Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
server addresses via router announcements.
"""
job.run_test('network_Ipv6SimpleNegotiation')