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