• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "ChromeOS Team"
6NAME = "network_3GModemPresent.huawei-mu736"
7PURPOSE = "Verify 3G modem is visible to Flimflam."
8CRITERIA = """
9This test will fail if neither Cromo nor ModemManager is exporting a modem
10device via flimflam.
11"""
12ATTRIBUTES = "suite:network3g"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "network"
16TEST_TYPE = "client"
17DEPENDENCIES = "modem:huawei-mu736"
18
19DOC = """
20  Tests that a 3G modem is available.
21
22  The test attempts to find a flimflam device corresponding to a
23  cellular modem.
24
25"""
26
27from autotest_lib.client.cros.cellular import test_environment
28
29test_env = test_environment.CellularOTATestEnvironment()
30job.run_test('network_3GModemPresent', test_env=test_env, tag='huawei-mu736')
31