Home | History | Annotate | Download | only in network_ChromeWifiEndToEnd
      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 
      5 AUTHOR = 'harpreet, krisr, wiley'
      6 NAME = 'network_ChromeWifiEndToEnd'
      7 TIME = 'FAST'
      8 TEST_TYPE = 'client'
      9 
     10 DOC = """
     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 
     21 job.run_test('network_ChromeWifiEndToEnd',
     22              ssid_1='ssid1',
     23              ssid_2='ssid2',
     24              test='test')
     25