xref: /aosp_15_r20/external/autotest/client/site_tests/network_ChromeWifiConfigure/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_ChromeWifiConfigure"
7PURPOSE = "Verify that chrome.networkingPrivate can configure a wifi network."
8CRITERIA = """
9  The test will fail if the Chrome fails to configure the wifi network, or if
10  the getProperties fails to retreive the correct properties once configured.
11"""
12ATTRIBUTES = "suite:network_ui"
13TIME = "FAST"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "network"
16TEST_TYPE = "client"
17PY_VERSION = 3
18
19DOC = """
20  Tests that Chrome can do the following using chrome.networkingPrivate:
21  * Configure a new wifi network with Security = psk.
22  * Receive the properties of the newly configured network.
23  * Properties of the network match the configured values.
24"""
25
26job.run_test('network_ChromeWifiConfigure')
27