• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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'
9
10DOC = """
11  Client side of the end to end WiFi test which is called by the
12  network_WiFi_ChromeEndToEnd server test that sets up the AP's in the wifi
13  cell to be used by this test.
14
15  Tests that Chrome can do the following using chrome.networkingPrivate:
16  * Find available wifi networks.
17  * Transition to a different, currently unconnected, network.
18  * Disable / Enable wifi.
19"""
20
21job.run_test('network_ChromeWifiEndToEnd',
22             ssid_1='ssid1',
23             ssid_2='ssid2',
24             test='test')
25