xref: /aosp_15_r20/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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"
18PY_VERSION = 3
19
20DOC = """
21  Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
22  server addresses via router announcements.
23"""
24
25job.run_test('network_Ipv6SimpleNegotiation')
26