• 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_ChromeCellularSmokeTest"
7PURPOSE = "Verify that chrome.networkingPrivate can connect to the network"
8CRITERIA = """
9  The test will fail if the Chrome fails to connect to the network or if shill
10  or the pseudomodem are not left in a working state.
11"""
12ATTRIBUTES = "suite:network_ui"
13SUITE = "network_ui"
14TIME = "FAST"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "network"
17TEST_TYPE = "client"
18DOC = """
19  Tests that Chrome can bring the network to a connected state and effectively
20  access the internet through the cellular network. The test repeats a
21  connect/disconnect sequence several times and makes sure that Chrome can
22  always connect to the network via chrome.networkingPrivate.
23"""
24
25job.run_test('network_ChromeCellularSmokeTest', family='3GPP', tag='3GPP')
26job.run_test('network_ChromeCellularSmokeTest', family='CDMA', tag='CDMA')
27
28