xref: /aosp_15_r20/external/autotest/client/site_tests/network_RoamWifiEndToEnd/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 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 = 'bmahadev, harpreet, krisr'
6NAME = 'network_RoamWifiEndToEnd'
7TIME = 'FAST'
8TEST_TYPE = 'client'
9PY_VERSION = 3
10
11DOC = """
12  Client side of the network_WiFi_RoamEndToEnd server test that sets up the
13  APs in the wifi cell for running this test.
14
15  Tests that Chrome can do the following using chrome.networkingPrivate:
16  * Find available wifi networks and connect to it.
17  * Roam/Transition to a different network with the same ssid when we tear
18    down one AP.
19  * Successfully connect to the other AP.
20"""
21
22job.run_test('network_RoamWifiEndToEnd',
23             ssid='ssid',
24             test='test')
25