Home | History | Annotate | Download | only in network_ChromeWifiConfigure
      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 
      5 AUTHOR = "ChromeOS Team"
      6 NAME = "network_ChromeWifiConfigure"
      7 PURPOSE = "Verify that chrome.networkingPrivate can configure a wifi network."
      8 CRITERIA = """
      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 """
     12 ATTRIBUTES = "suite:network_ui"
     13 SUITE = "network_ui"
     14 TIME = "FAST"
     15 TEST_CATEGORY = "Functional"
     16 TEST_CLASS = "network"
     17 TEST_TYPE = "client"
     18 DOC = """
     19   Tests that Chrome can do the following using chrome.networkingPrivate:
     20   * Configure a new wifi network with Security = psk.
     21   * Receive the properties of the newly configured network.
     22   * Properties of the network match the configured values.
     23 """
     24 
     25 job.run_test('network_ChromeWifiConfigure')
     26