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 PURPOSE = "Verify a WiMAX module can connect to a WiMAX network." 9 CRITERIA = """ 10 This 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 """ 16 TIME = "SHORT" 17 TEST_CATEGORY = "Functional" 18 TEST_CLASS = "network" 19 TEST_TYPE = "client" 20 DEPENDENCIES = "wimax" 21 DOC = """ 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 31 job.run_test('network_WiMaxSmoke') 32