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_ChromeCellularNetworkPresent"
7PURPOSE = "Verify that a cellular network is visible via networkingPrivate"
8ATTRIBUTES = "suite:network_ui"
9SUITE = "network_ui"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "network"
13TEST_TYPE = "client"
14
15DOC = """
16
17This test is meant as a simple example of client/cros/networking/chrome_testing.
18It uses telemetry and pseudomodem to setup a fake network and verify that it
19properly propagates to Chrome.
20
21"""
22
23job.run_test('network_ChromeCellularNetworkPresent', family='3GPP', tag='3GPP')
24job.run_test('network_ChromeCellularNetworkPresent', family='CDMA', tag='CDMA')
25