26 lines
		
	
	
		
			798 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			798 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
 | 
						|
# Use of this source code is governed by a BSD-style license that can be
 | 
						|
# found in the LICENSE file.
 | 
						|
 | 
						|
AUTHOR = "ChromeOS Team"
 | 
						|
NAME = "cellular_ServiceName.pseudomodem"
 | 
						|
PURPOSE = "Verify the cellular service name is correctly populated"
 | 
						|
CRITERIA = """
 | 
						|
This test will fail if one of the following conditions occur:
 | 
						|
  - Shill reports an incorrect service name
 | 
						|
"""
 | 
						|
ATTRIBUTES = "suite:cellular_pseudomodem"
 | 
						|
TIME = "SHORT"
 | 
						|
TEST_CATEGORY = "Functional"
 | 
						|
TEST_CLASS = "network"
 | 
						|
TEST_TYPE = "client"
 | 
						|
 | 
						|
DOC = """
 | 
						|
  Tests that shill reports the correct service name depending on the SIM
 | 
						|
  home provider name and current network registration.
 | 
						|
 | 
						|
  The service name is what the UI displays to the user.
 | 
						|
"""
 | 
						|
 | 
						|
job.run_test('cellular_ServiceName')
 |