blob: 02ffa3228af46b6a3d6b75e8f16bdba9ad59d2cd [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "network_3GAssociation"
PURPOSE = "Verify that 3G modem connects (associate) to the network quickly."
CRITERIA = """
This test will fail if it takes more than 5 seconds to connect
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that 3G modem can connect to the network quickly
The test attempts to connect using the 3G network. It assumes that
a 3G modem is plugged in and has a signal. It repeats the
connect/disconnect sequence several times and reports performance data.
"""
job.run_test('network_3GAssociation')