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