Home | History | Annotate | Download | only in cellular_ServiceName
      1 # Copyright (c) 2014 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 = "cellular_ServiceName"
      7 PURPOSE = "Verify the cellular service name is correctly populated"
      8 CRITERIA = """
      9 This test will fail if one of the following conditions occur:
     10   - Shill reports an incorrect service name
     11 """
     12 ATTRIBUTES = "suite:network3g_pseudomodem"
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "Functional"
     15 TEST_CLASS = "network"
     16 TEST_TYPE = "client"
     17 
     18 DOC = """
     19   Tests that shill reports the correct service name depending on the SIM
     20   home provider name and current network registration.
     21 
     22   The service name is what the UI displays to the user.
     23 """
     24 
     25 job.run_test('cellular_ServiceName')
     26