blob: 454575210f579a51cc60b4cf0e6d56bd5fc5f689 [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_3GModemControl"
PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
CRITERIA = """
This test will fail if modem manager state differs from flimflam state.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that commands sent to ModemManager or cromo are reflected in flimflam.
Issues many connect, disconnect, enable, and disable commands to ensure
that the modem state is always properly reflected in flimflam -- even
if the commands are sent to the modem manager instead of flimflam.
"""
job.run_test('network_3GModemControl', autoconnect=False, tag='no-autoconnect')
job.run_test('network_3GModemControl', autoconnect=True, tag='autoconnect')