Home | History | Annotate | Download | only in network_WiMaxSmoke
      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 = "Chrome OS Team"
      6 NAME = "network_WiMaxSmoke"
      7 ATTRIBUTES = "suite:wimax"
      8 SUITE = "wimax"
      9 PURPOSE = "Verify a WiMAX module can connect to a WiMAX network."
     10 CRITERIA = """
     11 This test fails if one of the following conditions occurs:
     12   1. The WiMAX module fails to find a WiMAX network.
     13   2. The WiMAX module fails to connect to the network.
     14   3. The WiMAX module fails to fetch data from a URL.
     15   4. The WiMAX module fails to disconnect from the network.
     16 """
     17 TIME = "SHORT"
     18 TEST_CATEGORY = "Functional"
     19 TEST_CLASS = "network"
     20 TEST_TYPE = "client"
     21 DEPENDENCIES = "wimax"
     22 DOC = """
     23   Verifies that a WiMAX module can connect to a WiMAX network.
     24 
     25   The test attempts to connect to a WiMAX network. It assumes that a WiMAX
     26   module is plugged in to the DUT and a WiMAX network is available. It repeats
     27   the connect/disconnect sequence several times. Each time after connecting to
     28   the WiMAX network, it fetches some data from a URL to confirm the WiMAX
     29   connectivity.
     30 """
     31 
     32 job.run_test('network_WiMaxSmoke')
     33