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
5AUTHOR = "Chrome OS Team"
6NAME = "network_WiMaxSmoke"
7ATTRIBUTES = "suite:wimax"
8SUITE = "wimax"
9PURPOSE = "Verify a WiMAX module can connect to a WiMAX network."
10CRITERIA = """
11This 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"""
17TIME = "SHORT"
18TEST_CATEGORY = "Functional"
19TEST_CLASS = "network"
20TEST_TYPE = "client"
21DEPENDENCIES = "wimax"
22DOC = """
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
32job.run_test('network_WiMaxSmoke')
33