aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/cellular_Smoke/control.verizon
blob: e56cd88ba9cb3ec8a099c5e2a077213e4c456d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2017 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 = "cellular_Smoke.verizon"
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
"""
ATTRIBUTES = "suite:cellular_ota_flaky"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DEPENDENCIES = "carrier:verizon"

# TODO(crbug.com/932661) Fix the root cause of the flakiness and
# remove this hack.
JOB_RETRIES=3

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.
"""

from autotest_lib.client.cros.cellular import test_environment

test_env = test_environment.CellularOTATestEnvironment()
job.run_test('cellular_Smoke', test_env=test_env)