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