blob: 3e72f5c53052f19819f880c24d3c71add90b9573 [file] [log] [blame]
# Copyright (c) 2013 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_3GModemPresent.mu736"
PURPOSE = "Verify 3G modem is visible to Flimflam."
CRITERIA = """
This test will fail if neither Cromo nor ModemManager is exporting a modem
device via flimflam.
"""
SUITE = "network3g"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DEPENDENCIES = "modem:mu736"
DOC = """
Tests that a 3G modem is available.
The test attempts to find a flimflam device corresponding to a
cellular modem.
"""
job.run_test('network_3GModemPresent', tag='mu736')