xref: /aosp_15_r20/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2014 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 = 'harpreet, krisr, wiley'
6NAME = 'network_ChromeWifiEndToEnd'
7TIME = 'FAST'
8TEST_TYPE = 'client'
9PY_VERSION = 3
10
11DOC = """
12  Client side of the end to end WiFi test which is called by the
13  network_WiFi_ChromeEndToEnd server test that sets up the AP's in the wifi
14  cell to be used by this test.
15
16  Tests that Chrome can do the following using chrome.networkingPrivate:
17  * Find available wifi networks.
18  * Transition to a different, currently unconnected, network.
19  * Disable / Enable wifi.
20"""
21
22job.run_test('network_ChromeWifiEndToEnd',
23             ssid_1='ssid1',
24             ssid_2='ssid2',
25             test='test')
26