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