blob: 0ed56703984dbc2b7fe130d647a3bb9e4fceceed [file] [log] [blame]
# Copyright (c) 2012 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_3GSmokeTest.gobi3k"
PURPOSE = "Verify 3G modem can connect to the network."
CRITERIA = """
This test will fail if one of the following conditions occur:
- 3G modem fails to connect to network
- the modem is not left in a working state
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
SUITE = "network3g_tmobile, network3g_verizon"
DEPENDENCIES = "modem:gobi3k"
DOC = """
Tests that 3G modem can connect to the network
The test attempts to connect using the 3G network. It assumes that
a 3G modem is plugged in and has a signal. The test then
disconnects from the network, and verifies that the modem still
responds to modem manager DBUS API calls. It repeats the
connect/disconnect sequence several times.
"""
job.run_test('network_3GSmokeTest', tag='gobi3k')